Upgrade deps

This commit is contained in:
Jonathan Cremin 2018-08-11 12:53:42 +01:00
parent 207c12973e
commit d2178c8ee6
6 changed files with 776 additions and 664 deletions

View file

@ -8,4 +8,5 @@ co(async function sync() {
debug('Syncing schema');
await models.sequelize.sync();
debug('Schema synced');
process.exit();
});