Sha256: 17146a3966fcf1911091775ef3d74eb4212cb3d4da8af5b9a29ac9f55b02a650
Contents?: true
Size: 343 Bytes
Versions: 12
Compression:
Stored size: 343 Bytes
Contents
# This migration comes from spree_auth (originally 20120203010234) class AddResetPasswordSentAtToSpreeUsers < ActiveRecord::Migration 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
12 entries across 12 versions & 5 rubygems