diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2018-03-26 11:45:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-26 11:45:07 +0000 |
commit | 3df5380d24ccc42c7df84e58ae4773a0c1cb03b9 (patch) | |
tree | daf43d1a570bb78134ef84fb90ca5f385bdcd892 | |
parent | 3fabe54888a5678b9363c3a01de72ec2ff6967af (diff) | |
parent | 7382d003f25dc09dd17f7f520fea42d0220623f3 (diff) |
Merge "Modify SERVICE table schema"
-rw-r--r-- | volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql b/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql index 1738247..4ee100c 100644 --- a/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql +++ b/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql @@ -258,6 +258,8 @@ SERVICE_CATEGORY varchar(20), SERVICE_TYPE varchar(20), SERVICE_ROLE varchar(20), + ENVIRONMENT_CONTEXT varchar(200) default null, + WORKLOAD_CONTEXT varchar(200) default null, primary key (MODEL_UUID) ); |