fix expired projects command

This commit is contained in:
Henry Oswald
2018-07-30 17:37:30 +01:00
parent 3a9206f1e7
commit ee518c1755
5 changed files with 11 additions and 5 deletions

View File

@@ -41,6 +41,8 @@ module.exports =
]
})
op: Sequelize.Op
sync: () ->
logger.log dbPath:Settings.mysql.clsi.storage, "syncing db schema"
sequelize.sync()