aboutsummaryrefslogtreecommitdiffstats
path: root/extra/sql/bulkload/clds-create-db-objects.sql
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sql/bulkload/clds-create-db-objects.sql')
-rw-r--r--extra/sql/bulkload/clds-create-db-objects.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/sql/bulkload/clds-create-db-objects.sql b/extra/sql/bulkload/clds-create-db-objects.sql
index 38cc466f..ac64b5d7 100644
--- a/extra/sql/bulkload/clds-create-db-objects.sql
+++ b/extra/sql/bulkload/clds-create-db-objects.sql
@@ -59,6 +59,7 @@ CREATE TABLE model (
control_name_uuid VARCHAR(36) NOT NULL,
service_type_id VARCHAR(80) NULL,
deployment_id VARCHAR(80) NULL,
+ deployment_status_url VARCHAR(300) NULL,
PRIMARY KEY (model_id),
UNIQUE (model_name),
UNIQUE (control_name_uuid),