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.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/20170802013652_add_storage_fields_to_project.rb b/db/migrate/20170802013652_add_storage_fields_to_project.rb
index a0815da0fcd..e99ae53ef11 100644
--- a/db/migrate/20170802013652_add_storage_fields_to_project.rb
+++ b/db/migrate/20170802013652_add_storage_fields_to_project.rb
@@ -8,7 +8,6 @@ class AddStorageFieldsToProject < ActiveRecord::Migration
disable_ddl_transaction!
def up
- # rubocop:disable Migration/AddColumnWithDefaultToLargeTable
add_column :projects, :storage_version, :integer, limit: 2
add_concurrent_index :projects, :storage_version
end