luminus

llsouder 2018-09-18T12:33:07.000100Z

Is it correct to run lein migratus in the heroku bash to get the db set up? Still no joy. 😞

yogthos 2018-09-18T13:58:41.000100Z

it's probably better to have the application run its own migrations when it starts up

yogthos 2018-09-18T13:59:18.000100Z

you can pass it the migrate command line argument on start and it will run migrations from within the app