From: hekeguang Date: Mon, 26 Sep 2022 09:21:38 +0000 (+0800) Subject: Modify sql bugs. X-Git-Tag: 5.1.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4f006378f24d0a890214e6567b78c5e0d9881738;p=usecase-ui%2Fintent-analysis.git Modify sql bugs. Issue-ID: USECASEUI-696 Change-Id: I4787df7d14ee68eb172b7475bf4e310073a9bd59 Signed-off-by: hekeguang --- diff --git a/intentanalysis/src/test/resources/intentdb-test-init.sql b/intentanalysis/src/test/resources/intentdb-test-init.sql index 06effe6..8c8ab53 100644 --- a/intentanalysis/src/test/resources/intentdb-test-init.sql +++ b/intentanalysis/src/test/resources/intentdb-test-init.sql @@ -81,9 +81,9 @@ create table if not exists condition create table if not exists intent_management_function_reg_info( imfr_info_id varchar(255) primary key, imfr_info_description varchar(255), - support_area text ARRAY, + support_area varchar(255), support_model varchar(255), - support_interfaces text ARRAY, + support_interfaces varchar(255), handle_name varchar(255), intent_function_type varchar(255) );