debian-mirror-gitlab/db/migrate/20160413115152_add_token_to_web_hooks.rb
2018-12-23 12:14:25 +05:30

6 lines
122 B
Ruby

class AddTokenToWebHooks < ActiveRecord::Migration[4.2]
def change
add_column :web_hooks, :token, :string
end
end