From fdddaa84721396770b3e5dfd476a6a457a5c3a67 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Tue, 1 Mar 2022 18:16:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=20mongo=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=93=BE=E6=8E=A5=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 b5aa74a6c6..1e60385f90 100644 --- a/frontend/src/views/system/datasource/form.vue +++ b/frontend/src/views/system/datasource/form.vue @@ -413,7 +413,7 @@ export default { }, {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: ''}, {name: 'api', label: 'API', type: 'api', extraParams: ''} ],