Remove commented out migrations
This commit is contained in:
parent
44a191d00d
commit
5e15922ca4
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue