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

@@ -40,6 +40,7 @@ const driver = {
return rows;
},
dialect,
engine: 'postgres',
};
module.exports = driver;