gitlab-org--gitlab-foss/db/migrate/20140305193308_add_tag_push...

6 lines
154 B
Ruby

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