summaryrefslogtreecommitdiff
path: root/db/migrate/20161018124658_make_project_owners_masters.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20161018124658_make_project_owners_masters.rb')
-rw-r--r--db/migrate/20161018124658_make_project_owners_masters.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20161018124658_make_project_owners_masters.rb b/db/migrate/20161018124658_make_project_owners_masters.rb
index cb93b449067..132c17388dc 100644
--- a/db/migrate/20161018124658_make_project_owners_masters.rb
+++ b/db/migrate/20161018124658_make_project_owners_masters.rb
@@ -1,5 +1,5 @@
# rubocop:disable Migration/UpdateColumnInBatches
-class MakeProjectOwnersMasters < ActiveRecord::Migration
+class MakeProjectOwnersMasters < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false