Class: AddOauthClientIdToEnterpriseAccountsAndIdentityProviders

Inherits:
Object
  • Object
show all
Defined in:
lib/osso/db/migrate/20200502135008_add_oauth_client_id_to_enterprise_accounts_and_identity_providers.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
# 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