debian-mirror-gitlab/db/migrate/20150915001905_enable_ssl_verification_by_default.rb
2018-11-18 11:00:15 +05:30

6 lines
166 B
Ruby

class EnableSslVerificationByDefault < ActiveRecord::Migration
def change
change_column :web_hooks, :enable_ssl_verification, :boolean, default: true
end
end