Sha256: 0418efbc0c03c59cfcbd35835152d7d488c2c1d47fb69df7686bc5e524575d8c
Contents?: true
Size: 222 Bytes
Versions: 15
Compression:
Stored size: 222 Bytes
Contents
# Used by the disallow password reuse feature create_table :account_previous_password_hashes do primary_key :id, type: :Bignum foreign_key :account_id, :accounts, type: :Bignum String :password_hash, null: false end
Version data entries
15 entries across 15 versions & 1 rubygems