mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 19:46:51 +00:00
chore: cleanup mssql and sync dependencies
This commit is contained in:
@@ -28,7 +28,7 @@ const { isMobileMode } = useGlobal()
|
||||
|
||||
const { $e, $api } = useNuxtApp()
|
||||
|
||||
const { isMysql, isMssql, isPg } = useBase()
|
||||
const { isMysql, isPg } = useBase()
|
||||
|
||||
useTableNew({
|
||||
baseId: base.value.id!,
|
||||
@@ -97,8 +97,6 @@ const validators = computed(() => {
|
||||
tableNameLengthLimit = 64
|
||||
} else if (isPg(source.value?.id)) {
|
||||
tableNameLengthLimit = 63
|
||||
} else if (isMssql(source.value?.id)) {
|
||||
tableNameLengthLimit = 128
|
||||
}
|
||||
const basePrefix = base?.value?.prefix || ''
|
||||
if ((basePrefix + value).length > tableNameLengthLimit) {
|
||||
|
||||
Reference in New Issue
Block a user