Sha256: 0d06dbd1dcf5364ff3d2cddf11b1a8e1368a4eaa2bc3c14854f9866b04863567
Contents?: true
Size: 147 Bytes
Versions: 4
Compression:
Stored size: 147 Bytes
Contents
class AddUniqueIndexOnOrganizationOauthUid < ActiveRecord::Migration def change add_index :organizations, :oauth_uid, unique: true end end
Version data entries
4 entries across 4 versions & 1 rubygems