This commit is contained in:
Jan Prochazka
2021-03-27 19:57:03 +01:00
parent 4762597741
commit d45fbcb8c8
3 changed files with 5 additions and 3 deletions

View File

@@ -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);