Sha256: 8cb4a0aa49c51339722fa3d3311695ebb4cda673774387b1c3476d4e3df0b86d
Contents?: true
Size: 283 Bytes
Versions: 11
Compression:
Stored size: 283 Bytes
Contents
class AddResetPasswordSentAtToSpreeUsers < SolidusSupport::Migration[4.2] def change Spree::User.reset_column_information unless Spree::User.column_names.include?("reset_password_sent_at") add_column :spree_users, :reset_password_sent_at, :datetime end end end
Version data entries
11 entries across 11 versions & 2 rubygems