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