mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 20:06:00 +00:00
sqlgen
This commit is contained in:
@@ -43,7 +43,7 @@ export class SqlGenerator {
|
||||
return false;
|
||||
}
|
||||
|
||||
dump() {
|
||||
async dump() {
|
||||
if (this.options.createTables) {
|
||||
for (const table of this.tables) {
|
||||
this.dmp.createTable(table);
|
||||
|
||||
Reference in New Issue
Block a user