debian-mirror-gitlab/db/migrate/20160413115152_add_token_to_web_hooks.rb

6 lines
122 B
Ruby
Raw Normal View History

2019-02-15 15:39:39 +05:30
class AddTokenToWebHooks < ActiveRecord::Migration[4.2]
2016-06-02 11:05:42 +05:30
def change
add_column :web_hooks, :token, :string
end
end