Remove commented out migrations

This commit is contained in:
Andrew Kingston 2022-08-25 08:37:52 +01:00
parent c0f26819dc
commit 62f1a07887
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ module.exports = server.listen(env.PORT || 0, async () => {
// not recommended in a clustered environment
if (!env.HTTP_MIGRATIONS && !env.isTest()) {
try {
// await migrations.migrate()
await migrations.migrate()
} catch (e) {
logAlert("Error performing migrations. Exiting.", e)
shutdown()