operationcode_backend icon indicating copy to clipboard operation
operationcode_backend copied to clipboard

When merging to production perform db migrate

Open apex-omontgomery opened this issue 7 years ago • 1 comments

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?

  1. Incorporate the migrate task into the prod build step.
  2. 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).

apex-omontgomery avatar Oct 10 '18 15:10 apex-omontgomery

I'm looking at this

valeriecodes avatar Oct 19 '18 19:10 valeriecodes