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