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/20191125133353_add_target_path_to_broadcast_message.rb')
-rw-r--r--db/migrate/20191125133353_add_target_path_to_broadcast_message.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/db/migrate/20191125133353_add_target_path_to_broadcast_message.rb b/db/migrate/20191125133353_add_target_path_to_broadcast_message.rb
deleted file mode 100644
index 8597cce5b19..00000000000
--- a/db/migrate/20191125133353_add_target_path_to_broadcast_message.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# frozen_string_literal: true
-
-class AddTargetPathToBroadcastMessage < ActiveRecord::Migration[5.2]
- DOWNTIME = false
-
- # rubocop:disable Migration/PreventStrings
- def change
- add_column :broadcast_messages, :target_path, :string, limit: 255
- end
- # rubocop:enable Migration/PreventStrings
-end