Sha256: 662272f8d37a865d9eb94e09851e5d6f4ca8c4ecf2808d485ca8719b56fb772d
Contents?: true
Size: 216 Bytes
Versions: 27
Compression:
Stored size: 216 Bytes
Contents
# Used by the disallow_password_reuse feature create_table :account_previous_password_hashes do |t| t.references :account, foreign_key: true<%= primary_key_type(:type) %> t.string :password_hash, null: false end
Version data entries
27 entries across 27 versions & 1 rubygems