diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-10-23 11:09:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-23 11:09:12 +0000 |
commit | 1afdf2a9c01af9af88f2b15f3aca9338e5f39ce9 (patch) | |
tree | 9d1bf6db214d066634db19db076c3a6d22854482 | |
parent | ae75e9b7af78149be983fb77d4d37aa2cde61011 (diff) | |
parent | 6356ac1caa72c3f073973cc12d36848e6d82c34d (diff) |
Merge "Add Service Name Column for Operation Status"
-rw-r--r-- | volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Requests-schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Requests-schema.sql b/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Requests-schema.sql index e6d4674..f64548e 100644 --- a/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Requests-schema.sql +++ b/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Requests-schema.sql @@ -56,6 +56,7 @@ create table OPERATION_STATUS ( SERVICE_ID varchar(255) not null, OPERATION_ID varchar(255) not null, + SERVICE_NAME varchar(255), OPERATION_TYPE varchar(255), USER_ID varchar(255), RESULT varchar(255), |