Run the db:rollback-pg CI job from 2018

This commit is contained in:
Nick Thomas 2019-07-01 17:46:09 +01:00
parent 131523ef89
commit 6aeb699644
No known key found for this signature in database
GPG Key ID: 2A313A47AFADACE9
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ migration:path-pg:
.db-rollback: &db-rollback
extends: .dedicated-no-docs-and-no-qa-pull-cache-job
script:
- bundle exec rake db:migrate VERSION=20170523121229
- bundle exec rake db:migrate VERSION=20180101160629
- bundle exec rake db:migrate SKIP_SCHEMA_VERSION_CHECK=true
dependencies:
- setup-test-env