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/20181203002526_add_project_bfg_object_map_column.rb')
-rw-r--r--db/migrate/20181203002526_add_project_bfg_object_map_column.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/db/migrate/20181203002526_add_project_bfg_object_map_column.rb b/db/migrate/20181203002526_add_project_bfg_object_map_column.rb
deleted file mode 100644
index 7850f314ca8..00000000000
--- a/db/migrate/20181203002526_add_project_bfg_object_map_column.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# frozen_string_literal: true
-
-class AddProjectBfgObjectMapColumn < ActiveRecord::Migration[5.0]
- DOWNTIME = false
-
- # rubocop:disable Migration/AddColumnsToWideTables
- # rubocop:disable Migration/PreventStrings
- def change
- add_column :projects, :bfg_object_map, :string
- end
- # rubocop:enable Migration/PreventStrings
- # rubocop:enable Migration/AddColumnsToWideTables
-end