Fork me on GitHub
#luminus
<
2018-09-18
>
llsouder12:09:07

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

yogthos13:09:41

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

yogthos13:09:18

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