summaryrefslogtreecommitdiff
path: root/db/migrate/20180607071808_add_push_events_branch_filter_to_web_hooks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180607071808_add_push_events_branch_filter_to_web_hooks.rb')
-rw-r--r--db/migrate/20180607071808_add_push_events_branch_filter_to_web_hooks.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/db/migrate/20180607071808_add_push_events_branch_filter_to_web_hooks.rb b/db/migrate/20180607071808_add_push_events_branch_filter_to_web_hooks.rb
deleted file mode 100644
index 42bb0a784bb..00000000000
--- a/db/migrate/20180607071808_add_push_events_branch_filter_to_web_hooks.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-# See http://doc.gitlab.com/ce/development/migration_style_guide.html
-# for more information on how to write migrations for GitLab.
-
-class AddPushEventsBranchFilterToWebHooks < ActiveRecord::Migration[4.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- def change
- add_column :web_hooks, :push_events_branch_filter, :text # rubocop:disable Migration/AddLimitToTextColumns
- end
-end