summaryrefslogtreecommitdiff
path: root/db/migrate/20170802013652_add_storage_fields_to_project.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170802013652_add_storage_fields_to_project.rb')
-rw-r--r--db/migrate/20170802013652_add_storage_fields_to_project.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20170802013652_add_storage_fields_to_project.rb b/db/migrate/20170802013652_add_storage_fields_to_project.rb
index e99ae53ef11..c2381a9d0b2 100644
--- a/db/migrate/20170802013652_add_storage_fields_to_project.rb
+++ b/db/migrate/20170802013652_add_storage_fields_to_project.rb
@@ -5,11 +5,9 @@ class AddStorageFieldsToProject < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
- disable_ddl_transaction!
def up
add_column :projects, :storage_version, :integer, limit: 2
- add_concurrent_index :projects, :storage_version
end
def down