1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13: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 // not recommended in a clustered environment
if (!env.HTTP_MIGRATIONS && !env.isTest()) { if (!env.HTTP_MIGRATIONS && !env.isTest()) {
try { try {
// await migrations.migrate() await migrations.migrate()
} catch (e) { } catch (e) {
logAlert("Error performing migrations. Exiting.", e) logAlert("Error performing migrations. Exiting.", e)
shutdown() shutdown()