Open
Description
I've gotten reports of some users accidentally running db:migrate
which bring their apps down. Should we override what db:migrate
and just do what storey:migrate
does?
Will there be a case where one would want to just run the migrations on the public schema but not the rest?
This is up for discussion.