aboutsummaryrefslogtreecommitdiffstats
path: root/standalone/src/main/assembly/resources/dbscripts/postgres/uui_create_table.sql
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/src/main/assembly/resources/dbscripts/postgres/uui_create_table.sql')
-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)
);
-- ----------------------------