Sha256: 7d332684501514f3ff1a439b752e5238b6e3e254925598b28ed693a1b7a583a7
Contents?: true
Size: 240 Bytes
Versions: 86
Compression:
Stored size: 240 Bytes
Contents
# Used by the disallow password reuse feature create_table :<%= table_prefix %>_previous_password_hashes do |t| t.references :<%= table_prefix %>, foreign_key: true<%= primary_key_type(:type) %> t.string :password_hash, null: false end
Version data entries
86 entries across 86 versions & 2 rubygems