You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
We want to be able to perform db migrations without having to use a rails console and do things automatically.
What should your feature do?
Incorporate the migrate task into the prod build step.
Include a new unit test that uses a default state prior to the migration and then performs a migration to the next (prefer only if a new migration file is in PR).
The text was updated successfully, but these errors were encountered:
Feature automatic db migration
Why is this feature being added?
We want to be able to perform db migrations without having to use a rails console and do things automatically.
What should your feature do?
The text was updated successfully, but these errors were encountered: