Sha256: 08485fa620588c19cef481542f40f406bfb5125424443a167aae1a821c7769a6
Contents?: true
Size: 274 Bytes
Versions: 5
Compression:
Stored size: 274 Bytes
Contents
class AddSupportIdentifierToAccountsAccounts < ActiveRecord::Migration def change enable_extension :citext add_column :openstax_accounts_accounts, :support_identifier, :citext add_index :openstax_accounts_accounts, :support_identifier, unique: true end end
Version data entries
5 entries across 5 versions & 1 rubygems