summaryrefslogtreecommitdiff
path: root/generator_templates/active_record/migration/migration.rb
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2018-11-14 13:52:32 +0100
committerJan Provaznik <jprovaznik@gitlab.com>2018-11-22 13:17:55 +0100
commitfcec474ceb7d4f7d715ef39cbfee6936b52254f7 (patch)
tree841feea7b3eb8988f3ba2cc583fd80818cc5d9f1 /generator_templates/active_record/migration/migration.rb
parent4c6073974c3889f26c99ebfb578a987e86328d7c (diff)
downloadgitlab-ce-fcec474ceb7d4f7d715ef39cbfee6936b52254f7.tar.gz
Update generator templates
Diffstat (limited to 'generator_templates/active_record/migration/migration.rb')
-rw-r--r--generator_templates/active_record/migration/migration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator_templates/active_record/migration/migration.rb b/generator_templates/active_record/migration/migration.rb
index 38edab82550..153280cd4b7 100644
--- a/generator_templates/active_record/migration/migration.rb
+++ b/generator_templates/active_record/migration/migration.rb
@@ -3,7 +3,7 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
-class <%= migration_class_name %> < ActiveRecord::Migration
+class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
include Gitlab::Database::MigrationHelpers
# Set this constant to true if this migration requires downtime.