diff --git a/src/modules/constants/constant.ts b/src/modules/constants/constant.ts index cda77cc..f5ddac2 100644 --- a/src/modules/constants/constant.ts +++ b/src/modules/constants/constant.ts @@ -49,7 +49,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: false, + hasSchema: true, kerberos: false, }, { @@ -82,7 +82,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: false, + hasSchema: true, kerberos: true, }, { @@ -137,7 +137,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: false, + hasSchema: true, kerberos: false, }, { @@ -148,7 +148,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: false, + hasSchema: true, kerberos: false, }, { @@ -159,7 +159,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: false, + hasSchema: true, kerberos: false, }, { @@ -221,7 +221,7 @@ export const DATA_BASE_TYPES = [ commonly: true, internal: true, type: 'jdbc', - hasSchema: false, + hasSchema: true, kerberos: false, }, { text: 'IBM DB2', @@ -364,7 +364,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: false, + hasSchema: true, kerberos: false, }, { text: 'TRANSWARP INCEPTOR',