aboutsummaryrefslogtreecommitdiffstats
path: root/standalone/src/main/assembly
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-22 10:37:29 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-22 10:37:38 +0800
commit7c7805206dd2f3cbf9e7e8e55f4fbe6f6088e13c (patch)
treead723eed9f72a97d0d8e31d6429bb9e7c9708fe9 /standalone/src/main/assembly
parent7826b4f221626c52ad2b387dc1e0d7307bcbf43d (diff)
Fix CCVPN Instance Update Bug
Change-Id: I7bad3e04d055dabc2cde554afa1d8307ca0fd152 Issue-ID: USECASEUI-271 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'standalone/src/main/assembly')
-rw-r--r--standalone/src/main/assembly/resources/dbscripts/postgres/uui_init_data.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/src/main/assembly/resources/dbscripts/postgres/uui_init_data.sql b/standalone/src/main/assembly/resources/dbscripts/postgres/uui_init_data.sql
index 110c4e0d..b2e68eb3 100644
--- a/standalone/src/main/assembly/resources/dbscripts/postgres/uui_init_data.sql
+++ b/standalone/src/main/assembly/resources/dbscripts/postgres/uui_init_data.sql
@@ -21,10 +21,12 @@ INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('op
INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationType', '1002', 'Deleting', 'en');
INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationType', '1003', 'Scaling', 'en');
INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationType', '1004', 'Healing', 'en');
+INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationType', '1005', 'Updating', 'en');
INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationType', '1001', '创建', 'cn');
INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationType', '1002', '删除', 'cn');
INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationType', '1003', '缩扩容', 'cn');
INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationType', '1004', '自愈', 'cn');
+INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationType', '1005', '更新', 'cn');
INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationResult', '2001', 'Successful', 'en');
INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationResult', '2002', 'Failed', 'en');
INSERT INTO sort_master (sort_type, sort_code, sort_value, language) VALUES ('operationResult', '2003', 'In Progress', 'en');