Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20200407182205_create_partitioned_foreign_keys.rb')
-rw-r--r--db/migrate/20200407182205_create_partitioned_foreign_keys.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20200407182205_create_partitioned_foreign_keys.rb b/db/migrate/20200407182205_create_partitioned_foreign_keys.rb
index 59e7d88b238..aca8116d2dd 100644
--- a/db/migrate/20200407182205_create_partitioned_foreign_keys.rb
+++ b/db/migrate/20200407182205_create_partitioned_foreign_keys.rb
@@ -26,8 +26,6 @@ class CreatePartitionedForeignKeys < ActiveRecord::Migration[6.0]
end
def down
- # rubocop:disable Migration/DropTable
drop_table :partitioned_foreign_keys
- # rubocop:enable Migration/DropTable
end
end