Sha256: 6440c0aa8bab4c0a27394643a0ed059acff021a94e6b10e36043530efd888de9
Contents?: true
Size: 266 Bytes
Versions: 10
Compression:
Stored size: 266 Bytes
Contents
class RemoveOauthClientIdFromEnterpriseAccounts < ActiveRecord::Migration[6.0] def up remove_reference :enterprise_accounts, :oauth_client, index: true end def down add_reference :enterprise_accounts, :oauth_client, type: :uuid, index: true end end
Version data entries
10 entries across 10 versions & 1 rubygems