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