summaryrefslogtreecommitdiff
path: root/db/migrate/20191204192726_add_design_disk_path_to_geo_hashed_storage_migrated_events.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20191204192726_add_design_disk_path_to_geo_hashed_storage_migrated_events.rb')
-rw-r--r--db/migrate/20191204192726_add_design_disk_path_to_geo_hashed_storage_migrated_events.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/db/migrate/20191204192726_add_design_disk_path_to_geo_hashed_storage_migrated_events.rb b/db/migrate/20191204192726_add_design_disk_path_to_geo_hashed_storage_migrated_events.rb
deleted file mode 100644
index 8631502ded8..00000000000
--- a/db/migrate/20191204192726_add_design_disk_path_to_geo_hashed_storage_migrated_events.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-# frozen_string_literal: true
-
-class AddDesignDiskPathToGeoHashedStorageMigratedEvents < ActiveRecord::Migration[5.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- # rubocop:disable Migration/AddLimitToTextColumns
- def change
- add_column :geo_hashed_storage_migrated_events, :old_design_disk_path, :text
- add_column :geo_hashed_storage_migrated_events, :new_design_disk_path, :text
- end
- # rubocop:enable Migration/AddLimitToTextColumns
-end