Commit graph

5 commits

Author SHA1 Message Date
DJ Mountney
de93bf1fbb Update comments and docs around min schema version
Fixed some spelling
Dropped rake task description for a prefix only task
Added note on skipping the check to the postgres debugging dev doc
2019-06-25 10:44:40 -07:00
DJ Mountney
e1befc9b3f Drop the source upgrade change
We no longer need to point people away from using db:migrate
2019-06-25 10:44:40 -07:00
DJ Mountney
e448124fab Add an flag for skipping the schema version check
If you chose to use the rollback migration feature on your current
version for example, you should still have a way to migrate, being
that you are still on a supported migration path.
2019-06-25 10:44:40 -07:00
DJ Mountney
f4232d848e Fix db:migrate for fresh installs 2019-06-25 10:44:40 -07:00
DJ Mountney
f4e1553519 Move min schema version check to db:migrate
Rather than have it checked only as part of gitlab:db:configure, we will
instead have it as a pre-req for every db:migrate command
2019-06-25 10:44:40 -07:00