From 7c7805206dd2f3cbf9e7e8e55f4fbe6f6088e13c Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Wed, 22 May 2019 10:37:29 +0800 Subject: Fix CCVPN Instance Update Bug Change-Id: I7bad3e04d055dabc2cde554afa1d8307ca0fd152 Issue-ID: USECASEUI-271 Signed-off-by: guochuyicmri --- .../src/main/assembly/resources/dbscripts/postgres/uui_init_data.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'standalone/src/main/assembly') 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'); -- cgit 1.2.3-korg