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.rb2
1 files changed, 1 insertions, 1 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..43fe46dfe5d 100644
--- a/db/migrate/20160413115152_add_token_to_web_hooks.rb
+++ b/db/migrate/20160413115152_add_token_to_web_hooks.rb
@@ -1,4 +1,4 @@
-class AddTokenToWebHooks < ActiveRecord::Migration
+class AddTokenToWebHooks < ActiveRecord::Migration[4.2]
def change
add_column :web_hooks, :token, :string
end