Sha256: 5837034dbb2d45446deb3c469eab16c3bc2af0f980cd419b33f496832338d89c
Contents?: true
Size: 221 Bytes
Versions: 4
Compression:
Stored size: 221 Bytes
Contents
# This migration comes from spree_auth (originally 20120203010234) class AddResetPasswordSentAtToSpreeUsers < ActiveRecord::Migration def change add_column :spree_users, :reset_password_sent_at, :datetime end end
Version data entries
4 entries across 4 versions & 1 rubygems