This commit is contained in:
Jan Prochazka
2024-09-19 16:05:54 +02:00
parent 4fe10b26b0
commit 83357ba2cc

View File

@@ -191,4 +191,8 @@ export const driverBase = {
adaptTableInfo(table) {
return table;
},
async listSchemas(pool) {
return null;
},
};