Closed andthezhang closed 3 weeks ago
Tested with my setup. I am able to migrate for both prod db and dev local db.
I am adding db:migrate:dev instead of migrate:dev. Feel like prefixing db: is a common pattern.
db:migrate:dev
migrate:dev
db:
Tested with my setup. I am able to migrate for both prod db and dev local db.
I am adding
db:migrate:dev
instead ofmigrate:dev
. Feel like prefixingdb:
is a common pattern.