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/20200124053531_add_source_to_import_failures.rb')
-rw-r--r--db/migrate/20200124053531_add_source_to_import_failures.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/db/migrate/20200124053531_add_source_to_import_failures.rb b/db/migrate/20200124053531_add_source_to_import_failures.rb
deleted file mode 100644
index 2ca0bcba09f..00000000000
--- a/db/migrate/20200124053531_add_source_to_import_failures.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# frozen_string_literal: true
-
-class AddSourceToImportFailures < ActiveRecord::Migration[5.2]
- DOWNTIME = false
-
- # rubocop:disable Migration/PreventStrings
- def change
- add_column :import_failures, :source, :string, limit: 128
- end
- # rubocop:enable Migration/PreventStrings
-end