1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

Remove commented out migrations

This commit is contained in:
Andrew Kingston 2022-08-25 08:37:52 +01:00
parent 44a191d00d
commit 5e15922ca4

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()