summaryrefslogtreecommitdiff
path: root/db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb')
-rw-r--r--db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb b/db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb
deleted file mode 100644
index 7017148702a..00000000000
--- a/db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class AddTagPushHooksToProjectHook < ActiveRecord::Migration
- def change
- add_column :web_hooks, :tag_push_events, :boolean, default: false
- end
-end