Sha256: d3edc33b89e7036ac2639cad1c44edaae08cbaed1eae81608ffb887259e20e9f
Contents?: true
Size: 318 Bytes
Versions: 3
Compression:
Stored size: 318 Bytes
Contents
# This migration comes from spree_auth (originally 20141002154641) class AddConfirmableToUsers < ActiveRecord::Migration def change add_column :spree_users, :confirmation_token, :string add_column :spree_users, :confirmed_at, :datetime add_column :spree_users, :confirmation_sent_at, :datetime end end
Version data entries
3 entries across 3 versions & 2 rubygems