aboutsummaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorxuegao <xg353y@intl.att.com>2019-12-06 10:40:49 +0100
committerxuegao <xg353y@intl.att.com>2019-12-09 14:31:19 +0100
commit69c24994501aead95d5ee9fa172fff659ae34fa4 (patch)
tree671522a2b1e0a7eb545059d7a75b1a03e9787087 /extra
parent1ebfe6b467e5a6a42c756f225397da76f9e3dfc2 (diff)
Update service object
Seperate the procedure to install service and loops. Issue-ID: CLAMP-566 Change-Id: Ied7143ce8849baffda7678e82f4d6c4d9f1443d9 Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/sql/bulkload/create-tables.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/sql/bulkload/create-tables.sql b/extra/sql/bulkload/create-tables.sql
index dafd8003..85b8f85f 100644
--- a/extra/sql/bulkload/create-tables.sql
+++ b/extra/sql/bulkload/create-tables.sql
@@ -57,6 +57,7 @@
name varchar(255) not null,
resource_details json,
service_details json,
+ version varchar(255),
primary key (service_uuid)
) engine=InnoDB;