Sha256: 28c0d9a61f76a63fc10e4d5fcff02ca524a657230e3acc5597b0d4a1a4ef15bc
Contents?: true
Size: 325 Bytes
Versions: 9
Compression:
Stored size: 325 Bytes
Contents
class DropNullConstraintsFromSamlProvider < ActiveRecord::Migration[6.0] def change change_column :saml_providers, :idp_sso_target_url, :string, null: true change_column :saml_providers, :idp_cert, :text, null: true change_column :saml_providers, :assertion_consumer_service_url, :string, null: false end end
Version data entries
9 entries across 9 versions & 1 rubygems