Currently the first migration creates the whole spree_users table if it doesn't exist, but while it should do that, we should allow it to create the columns it needs if the table exists but doesn't contain those columns. This would allow us to merge solidusio/solidus#6442 (which is a rebase of solidusio/solidus#4440) and get the Devise-specific stuff out of Solidus core.
Currently the first migration creates the whole
spree_userstable if it doesn't exist, but while it should do that, we should allow it to create the columns it needs if the table exists but doesn't contain those columns. This would allow us to merge solidusio/solidus#6442 (which is a rebase of solidusio/solidus#4440) and get the Devise-specific stuff out of Solidus core.