class AddOauthClientIdToEnterpriseAccountsAndIdentityProviders
Public Instance Methods
change()
click to toggle source
# File lib/osso/db/migrate/20200502135008_add_oauth_client_id_to_enterprise_accounts_and_identity_providers.rb, line 2 def change add_reference :enterprise_accounts, :oauth_client, type: :uuid, index: true add_reference :identity_providers, :oauth_client, type: :uuid, index: true end