Merge branch 'mk-bandaid-db-rollback-failures' into 'master'

Rollback to a safer place to stop

See merge request gitlab-org/gitlab-ce!15465
This commit is contained in:
Robert Speicher 2017-11-17 22:16:23 +00:00
commit 4a89018e00
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ migration:path-mysql:
<<: *pull-cache
stage: test
script:
- bundle exec rake db:rollback STEP=120
- bundle exec rake db:rollback STEP=119
- bundle exec rake db:migrate
db:rollback-pg: