summaryrefslogtreecommitdiff
path: root/db/post_migrate/20170830084744_destroy_gpg_signatures.rb
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-11-22 14:34:21 +0000
committerRémy Coutable <remy@rymai.me>2018-11-22 14:34:21 +0000
commit875a45a62d5c93c7d5f22c7db6352cfd4abe7f0f (patch)
tree54e692688b8f68ad02708779ced40fecef4b19ed /db/post_migrate/20170830084744_destroy_gpg_signatures.rb
parent19e9438d3432fd97e79d2b862d24c2f9615185df (diff)
parent0fc9f9d3e741629987afd2370069485bca640396 (diff)
downloadgitlab-ce-875a45a62d5c93c7d5f22c7db6352cfd4abe7f0f.tar.gz
Merge branch 'jprovazn-versioned-migrations' into 'master'
Add rails version to all migrations Closes #54098 See merge request gitlab-org/gitlab-ce!23057
Diffstat (limited to 'db/post_migrate/20170830084744_destroy_gpg_signatures.rb')
-rw-r--r--db/post_migrate/20170830084744_destroy_gpg_signatures.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20170830084744_destroy_gpg_signatures.rb b/db/post_migrate/20170830084744_destroy_gpg_signatures.rb
index b04d36f6537..2945eb9fde6 100644
--- a/db/post_migrate/20170830084744_destroy_gpg_signatures.rb
+++ b/db/post_migrate/20170830084744_destroy_gpg_signatures.rb
@@ -1,4 +1,4 @@
-class DestroyGpgSignatures < ActiveRecord::Migration
+class DestroyGpgSignatures < ActiveRecord::Migration[4.2]
DOWNTIME = false
def up