Sha256: 74f6aa16f55621548a93f109bb7608a5beeae83978f3750d7f8a980cfd3b94f7
Contents?: true
Size: 267 Bytes
Versions: 36
Compression:
Stored size: 267 Bytes
Contents
# Used by the disallow password reuse feature create_table :<%= table_prefix %>_previous_password_hashes do primary_key :id, type: :Bignum foreign_key :<%= table_prefix %>_id, :<%= table_prefix.pluralize %>, type: :Bignum String :password_hash, null: false end
Version data entries
36 entries across 36 versions & 2 rubygems