????
Current Path : C:/inetpub/vhost/redmine/db/migrate/ |
Current File : C:/inetpub/vhost/redmine/db/migrate/20180913072918_add_verify_peer_to_auth_sources.rb |
class AddVerifyPeerToAuthSources < ActiveRecord::Migration[5.2] def change change_table :auth_sources do |t| t.boolean :verify_peer, default: true, null: false end end end