non default schema name in tab title

This commit is contained in:
Jan Prochazka
2022-09-28 16:56:47 +02:00
parent b2204e1d77
commit 53b6b71a29
5 changed files with 16 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ const dialect = {
isSparse: false,
isPersisted: false,
},
defaultSchemaName: null,
};
export const driverBase = {