summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhishek Shekhar <abhishek.shekhar1@amdocs.com>2017-12-22 09:58:06 +0530
committerAbhishek Shekhar <abhishek.shekhar1@amdocs.com>2018-02-07 18:38:47 +0530
commit56139374870e6602c7dc10d5b7ec0ce1ff43dad5 (patch)
treec17705d2543261b7832b9ebd70453fbb19e860a5
parenta0690a6153ca7535e00ca3837b78912b2749273b (diff)
Updated Service deployment changes not reflected
Change-Id: I04df700ebd2a3eccf13a1d77f6d49e74cedad686 Issue-ID: SO-271 Signed-off-by: Abhishek Shekhar <abhishek.shekhar1@amdocs.com>
-rw-r--r--volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql4
1 files changed, 2 insertions, 2 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 ca002fb..4747904 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
@@ -273,9 +273,9 @@
create table SERVICE_TO_RESOURCE_CUSTOMIZATIONS (
MODEL_TYPE varchar(20) not null,
RESOURCE_MODEL_CUSTOMIZATION_UUID varchar(200) not null,
- CREATION_TIMESTAMP datetime default CURRENT_TIMESTAMP,
SERVICE_MODEL_UUID varchar(200) not null,
- primary key (MODEL_TYPE, RESOURCE_MODEL_CUSTOMIZATION_UUID)
+ CREATION_TIMESTAMP datetime default CURRENT_TIMESTAMP,
+ primary key (MODEL_TYPE, RESOURCE_MODEL_CUSTOMIZATION_UUID, SERVICE_MODEL_UUID)
);
create table TEMP_NETWORK_HEAT_TEMPLATE_LOOKUP (