generate update script

This commit is contained in:
Jan Prochazka
2020-03-23 20:41:40 +01:00
parent 1560b7c2e0
commit 464662cb18
17 changed files with 281 additions and 71 deletions

View File

@@ -57,7 +57,8 @@ const driver = {
createDumper() {
return new MsSqlDumper(this);
},
dialect
dialect,
engine: 'mssql',
};
module.exports = driver;