debian-mirror-gitlab/db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb
2014-09-02 14:37:02 +02:00

6 lines
154 B
Ruby

class AddTagPushHooksToProjectHook < ActiveRecord::Migration
def change
add_column :web_hooks, :tag_push_events, :boolean, default: false
end
end