summaryrefslogtreecommitdiff
path: root/db/migrate/20160413115152_add_token_to_web_hooks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160413115152_add_token_to_web_hooks.rb')
-rw-r--r--db/migrate/20160413115152_add_token_to_web_hooks.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20160413115152_add_token_to_web_hooks.rb b/db/migrate/20160413115152_add_token_to_web_hooks.rb
index f04225068cd..628b1d51b30 100644
--- a/db/migrate/20160413115152_add_token_to_web_hooks.rb
+++ b/db/migrate/20160413115152_add_token_to_web_hooks.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class AddTokenToWebHooks < ActiveRecord::Migration
def change
add_column :web_hooks, :token, :string