aboutsummaryrefslogtreecommitdiffstats
path: root/standalone
diff options
context:
space:
mode:
author’zhaoyh6‘ <zhaoyh6@asiainfo.com>2022-03-29 14:52:13 +0800
committer’zhaoyh6‘ <zhaoyh6@asiainfo.com>2022-03-29 14:52:22 +0800
commit515c32f3d27cc2ce99195f65c952dedd3bacd856 (patch)
tree1e016094e0cca6db3872b8100d59305800ce5df8 /standalone
parent346b023cda770a75b85828a2a4ccb51ceb81b3e6 (diff)
feat: modify create ccvpn instance function.
Issue-ID: REQ-1075 Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com> Change-Id: I69ce95b058b653a7ed2287681f25253cc28bd6d5
Diffstat (limited to 'standalone')
-rw-r--r--standalone/src/main/assembly/resources/dbscripts/postgres/uui_create_table.sql4
1 files changed, 3 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 9e45d5b0..4e43e20d 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
@@ -183,7 +183,9 @@ CREATE TABLE ccvpn_instance
access_point_one_band_width integer,
line_num varchar(64),
delete_state integer default 0,
- protect_status integer default 0
+ protect_status integer default 0,
+ protection_cloud_point_name varchar(255),
+ protection_type varchar(255)
);
-- ----------------------------