We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 935607f + 481262c commit 56ca49dCopy full SHA for 56ca49d
1 file changed
db/migrate/20200417153503_add_unconfirmed_email_to_spree_users.rb
@@ -1,4 +1,4 @@
1
-class AddUnconfirmedEmailToSpreeUsers < ActiveRecord::Migration[5.2]
+class AddUnconfirmedEmailToSpreeUsers < SolidusSupport::Migration[5.1]
2
def change
3
unless column_exists?(:spree_users, :unconfirmed_email)
4
add_column :spree_users, :unconfirmed_email, :string
0 commit comments