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.rb1
1 files changed, 1 insertions, 0 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
index 7017148702a..ec163bb843c 100644
--- a/db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb
+++ b/db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class AddTagPushHooksToProjectHook < ActiveRecord::Migration
def change
add_column :web_hooks, :tag_push_events, :boolean, default: false