summaryrefslogtreecommitdiff
path: root/db/migrate/20170608152748_create_push_event_payloads_tables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170608152748_create_push_event_payloads_tables.rb')
-rw-r--r--db/migrate/20170608152748_create_push_event_payloads_tables.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170608152748_create_push_event_payloads_tables.rb b/db/migrate/20170608152748_create_push_event_payloads_tables.rb
index 6c55ad1f2f7..292d9e3ca06 100644
--- a/db/migrate/20170608152748_create_push_event_payloads_tables.rb
+++ b/db/migrate/20170608152748_create_push_event_payloads_tables.rb
@@ -1,7 +1,7 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
-class CreatePushEventPayloadsTables < ActiveRecord::Migration
+class CreatePushEventPayloadsTables < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
# Set this constant to true if this migration requires downtime.