summaryrefslogtreecommitdiff
path: root/db/migrate/20170825104051_migrate_issues_to_ghost_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170825104051_migrate_issues_to_ghost_user.rb')
-rw-r--r--db/migrate/20170825104051_migrate_issues_to_ghost_user.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170825104051_migrate_issues_to_ghost_user.rb b/db/migrate/20170825104051_migrate_issues_to_ghost_user.rb
index c5fb5762d61..b1adccc9c5c 100644
--- a/db/migrate/20170825104051_migrate_issues_to_ghost_user.rb
+++ b/db/migrate/20170825104051_migrate_issues_to_ghost_user.rb
@@ -1,4 +1,4 @@
-class MigrateIssuesToGhostUser < ActiveRecord::Migration
+class MigrateIssuesToGhostUser < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false