summaryrefslogtreecommitdiff
path: root/db/post_migrate/20180723130817_delete_inconsistent_internal_id_records.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20180723130817_delete_inconsistent_internal_id_records.rb')
-rw-r--r--db/post_migrate/20180723130817_delete_inconsistent_internal_id_records.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20180723130817_delete_inconsistent_internal_id_records.rb b/db/post_migrate/20180723130817_delete_inconsistent_internal_id_records.rb
index 3b9b95ec9ca..440868005bb 100644
--- a/db/post_migrate/20180723130817_delete_inconsistent_internal_id_records.rb
+++ b/db/post_migrate/20180723130817_delete_inconsistent_internal_id_records.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
-class DeleteInconsistentInternalIdRecords < ActiveRecord::Migration
+class DeleteInconsistentInternalIdRecords < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false