From 854f7b62ad84b4e16cd8589b0b99d1bbbdc04b51 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Sat, 5 Feb 2022 22:07:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=20mongo=20jdbc=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/datasource/form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/system/datasource/form.vue b/frontend/src/views/system/datasource/form.vue index 5a4813f571..13fac469be 100644 --- a/frontend/src/views/system/datasource/form.vue +++ b/frontend/src/views/system/datasource/form.vue @@ -283,7 +283,7 @@ export default { {name: 'ds_doris', label: 'Doris', type: 'jdbc', extraParams: 'characterEncoding=UTF-8&connectTimeout=5000&useSSL=false&allowPublicKeyRetrieval=true'}, {name: 'ck', label: 'ClickHouse', type: 'jdbc', extraParams: ''}, {name: 'redshift', label: 'AWS Redshift', type: 'jdbc'}, - {name: 'mongo', label: 'MongoDB', type: 'jdbc', extraParams: ''}, + {name: 'mongo', label: 'MongoDB', type: 'jdbc', extraParams: 'rebuildschema=true'}, {name: 'db2', label: 'Db2', type: 'jdbc', extraParams: ''} ], schemas: [],