aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-04-25 14:49:16 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-04-25 14:50:22 +0800
commit6328136ae24e68f91734bf97843221c3db073316 (patch)
treed44661c3407ab7a624f00d4347f8343b28bb9476
parentbbc003bbf57c5d3b639d4a0daef9353d10bfbb54 (diff)
Modify postgres table service_instances
Change-Id: Icd277b1215cdabc6cc9fc6a732e42fde8f7b5ea5 Issue-ID: USECASEUI-236 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-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)