From aa7d559362ffe69963035bb629beccfbe559e0ed Mon Sep 17 00:00:00 2001 From: qianming Date: Wed, 7 Jul 2021 13:59:59 +0800 Subject: [PATCH] =?UTF-8?q?kudu=E9=A9=B1=E5=8A=A8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V1.0.2__update_tables.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 report-core/src/main/resources/db/migration/V1.0.2__update_tables.sql diff --git a/report-core/src/main/resources/db/migration/V1.0.2__update_tables.sql b/report-core/src/main/resources/db/migration/V1.0.2__update_tables.sql new file mode 100644 index 00000000..b934a091 --- /dev/null +++ b/report-core/src/main/resources/db/migration/V1.0.2__update_tables.sql @@ -0,0 +1,4 @@ +/* +kudu驱动更新 + */ +UPDATE `aj_report`.`gaea_dict_item` SET `dict_code` = 'SOURCE_TYPE', `item_name` = 'kudu impala', `item_value` = 'kudu_impala', `item_extend` = '[{\"label\":\"driverName\",\"value\":\"com.cloudera.impala.jdbc41.Driver\",\"labelValue\":\"驱动类\"},{\"label\":\"jdbcUrl\",\"value\":\"jdbc:impala://10.108.3.111:21050/ods\",\"labelValue\":\"连接串\"},{\"label\":\"username\",\"value\":\"\",\"labelValue\":\"用户名\"},{\"label\":\"password\",\"value\":\"\",\"labelValue\":\"密码\"}]', `enabled` = 1, `locale` = 'zh', `remark` = NULL, `sort` = 2, `create_by` = 'admin', `create_time` = '2021-03-23 10:54:08', `update_by` = 'admin', `update_time` = '2021-04-01 09:18:09', `version` = 3 WHERE `id` = 133;