aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-04-25 08:49:23 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-25 08:49:23 +0000
commit29ef073b595f1c1265072e0afc20a1fa7c411478 (patch)
treeadc008651761eef974f4bab8cbf540b0f3bd7338
parentb1aa04422b3c0598b7ad6d73a2623fae694d70f7 (diff)
parent6328136ae24e68f91734bf97843221c3db073316 (diff)
Merge "Modify postgres table service_instances"
-rw-r--r--standalone/src/main/assembly/resources/dbscripts/postgres/uui_create_table.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/resources/dbscripts/postgres/uui_create_table.sql b/standalone/src/main/assembly/resources/dbscripts/postgres/uui_create_table.sql
index b158bc61..eb953e57 100644
--- a/standalone/src/main/assembly/resources/dbscripts/postgres/uui_create_table.sql
+++ b/standalone/src/main/assembly/resources/dbscripts/postgres/uui_create_table.sql
@@ -115,7 +115,6 @@ CREATE TABLE service_instances (
"customer_id" varchar(50) NOT NULL,
"service_type" varchar(50) NOT NULL,
"usecase_type" varchar(50) NOT NULL,
- "parent_service_instance_id" varchar(100) DEFAULT NULL,
"uuid" varchar(100),
"invariant_uuid" varchar(100),
CONSTRAINT service_instances_pk PRIMARY KEY (service_instance_id)