Commit 53aac0fe authored by Stan Hu's avatar Stan Hu

Add Geo tracking DB rollback CI step

Rolls back the latest possible migration.
parent 28a53e89
...@@ -636,6 +636,13 @@ db:rollback-mysql: ...@@ -636,6 +636,13 @@ db:rollback-mysql:
<<: *db-rollback <<: *db-rollback
<<: *use-mysql <<: *use-mysql
db:rollback-pg-geo: &db-rollback
<<: *db-rollback
<<: *use-pg
script:
- bundle exec rake geo:db:migrate VERSION=20170627195211
- bundle exec rake geo:db:migrate
gitlab:setup-pg: gitlab:setup-pg:
<<: *gitlab-setup <<: *gitlab-setup
<<: *use-pg <<: *use-pg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment