summaryrefslogtreecommitdiff
path: root/db/post_migrate/20170503120310_remove_users_authorized_projects_populated.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20170503120310_remove_users_authorized_projects_populated.rb')
-rw-r--r--db/post_migrate/20170503120310_remove_users_authorized_projects_populated.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20170503120310_remove_users_authorized_projects_populated.rb b/db/post_migrate/20170503120310_remove_users_authorized_projects_populated.rb
index 1b44334395f..891ce44f60a 100644
--- a/db/post_migrate/20170503120310_remove_users_authorized_projects_populated.rb
+++ b/db/post_migrate/20170503120310_remove_users_authorized_projects_populated.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 RemoveUsersAuthorizedProjectsPopulated < ActiveRecord::Migration
+class RemoveUsersAuthorizedProjectsPopulated < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
# Set this constant to true if this migration requires downtime.