From 796799423400ef467e0087dec24c55f2925fcb4b Mon Sep 17 00:00:00 2001 From: ’zhaoyh6‘ Date: Wed, 3 Nov 2021 11:17:58 +0800 Subject: feat:Add the function of obtaining instance creation progress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: USECASEUI-605 Signed-off-by: ’zhaoyh6‘ Change-Id: I4458ba77b61ee95ffafac6e3595421a68f2594ac --- .../main/assembly/resources/dbscripts/postgres/uui_create_table.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'standalone/src/main') 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 -- cgit 1.2.3-korg