Remove types from mssql

This commit is contained in:
1ilit
2024-07-06 16:12:09 +03:00
parent a3976bf250
commit 982cac1d3a
2 changed files with 2 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ export const databases = {
name: "MSSQL",
label: DB.MSSQL,
image: mssqlImage,
hasTypes: true,
hasTypes: false,
},
[DB.GENERIC]: {
name: i18n.t("generic"),