dwyl / node-postgres-migrations

Running migrations on node postgres
2 stars 2 forks source link

bug: require('hapi-postgres-connection') #3

Closed jackcarlisle closed 7 years ago

jackcarlisle commented 7 years ago

When trying to run our migrations remotely on Heroku we were experiencing an error within hapi-postgres-connection. It looks like this file isn't being explicitly used and when removed we were able to run our migrations successfully.

Link to file -> https://github.com/dwyl/node-postgres-migrations/blob/master/migrations.js#L6

Can this be removed or is there an implicit reason why it's being required?