diff options
author | xuegao <xg353y@intl.att.com> | 2019-12-06 10:40:49 +0100 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2019-12-09 14:31:19 +0100 |
commit | 69c24994501aead95d5ee9fa172fff659ae34fa4 (patch) | |
tree | 671522a2b1e0a7eb545059d7a75b1a03e9787087 /extra | |
parent | 1ebfe6b467e5a6a42c756f225397da76f9e3dfc2 (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.sql | 1 |
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; |