Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unconfirmed_email to spree_users
Up until now, we have not been adding the unconfirmed_email column to spree_users table. However, this column is required by default when using Devise's :confirmable module, which also activates Devise's :reconfirmable behavior by default, which in turn requires unconfirmed_email.
- Loading branch information