diff options
author | ’zhaoyh6‘ <zhaoyh6@asiainfo.com> | 2021-11-03 11:17:58 +0800 |
---|---|---|
committer | ’zhaoyh6‘ <zhaoyh6@asiainfo.com> | 2021-11-03 11:18:46 +0800 |
commit | 796799423400ef467e0087dec24c55f2925fcb4b (patch) | |
tree | bb93074721bf2ca8f9c503b21fceef48ab777e55 /standalone/src/main/assembly/resources/dbscripts/postgres | |
parent | 8a082cb9ef0b96a06760ee10233c629d12fab9cd (diff) |
feat:Add the function of obtaining instance creation progress
Issue-ID: USECASEUI-605
Signed-off-by: ’zhaoyh6‘ <zhaoyh6@asiainfo.com>
Change-Id: I4458ba77b61ee95ffafac6e3595421a68f2594ac
Diffstat (limited to 'standalone/src/main/assembly/resources/dbscripts/postgres')
-rw-r--r-- | standalone/src/main/assembly/resources/dbscripts/postgres/uui_create_table.sql | 6 |
1 files changed, 3 insertions, 3 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 e6a4c1ed..6a3cf87c 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 @@ -164,10 +164,10 @@ CREATE TABLE instance_performance ); -- ---------------------------- --- Table structure for intent_instance +-- Table structure for ccvpn_instance -- ---------------------------- -DROP TABLE IF EXISTS intent_instance; -CREATE TABLE intent_instance +DROP TABLE IF EXISTS ccvpn_instance; +CREATE TABLE ccvpn_instance ( id serial not null constraint intent_instance_pk |