summaryrefslogtreecommitdiff
path: root/db/migrate/20160831223750_remove_features_enabled_from_projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160831223750_remove_features_enabled_from_projects.rb')
-rw-r--r--db/migrate/20160831223750_remove_features_enabled_from_projects.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20160831223750_remove_features_enabled_from_projects.rb b/db/migrate/20160831223750_remove_features_enabled_from_projects.rb
index 9eafd8b9477..6d39d42882b 100644
--- a/db/migrate/20160831223750_remove_features_enabled_from_projects.rb
+++ b/db/migrate/20160831223750_remove_features_enabled_from_projects.rb
@@ -3,7 +3,7 @@
# for more information on how to write migrations for GitLab.
# rubocop:disable Migration/UpdateLargeTable
-class RemoveFeaturesEnabledFromProjects < ActiveRecord::Migration
+class RemoveFeaturesEnabledFromProjects < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
disable_ddl_transaction!