BigW Consortium Gitlab

20160413115152_add_token_to_web_hooks.rb 139 Bytes
# rubocop:disable all
class AddTokenToWebHooks < ActiveRecord::Migration
  def change
    add_column :web_hooks, :token, :string
  end
end