getTableFormOptions moved to dialect

This commit is contained in:
Jan Prochazka
2024-09-11 14:01:11 +02:00
parent b0165c14e9
commit 7ad1950777
6 changed files with 83 additions and 79 deletions

View File

@@ -177,8 +177,4 @@ export const driverBase = {
createSaveChangeSetScript(changeSet, dbinfo, defaultCreator) {
return defaultCreator(changeSet, dbinfo);
},
getTableFormOptions() {
return null;
},
};