summaryrefslogtreecommitdiff
path: root/db/migrate/20150516060434_add_note_events_to_web_hooks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150516060434_add_note_events_to_web_hooks.rb')
-rw-r--r--db/migrate/20150516060434_add_note_events_to_web_hooks.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20150516060434_add_note_events_to_web_hooks.rb b/db/migrate/20150516060434_add_note_events_to_web_hooks.rb
index 0097587b4f6..bf72e5e2e3a 100644
--- a/db/migrate/20150516060434_add_note_events_to_web_hooks.rb
+++ b/db/migrate/20150516060434_add_note_events_to_web_hooks.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class AddNoteEventsToWebHooks < ActiveRecord::Migration
def up
add_column :web_hooks, :note_events, :boolean, default: false, null: false