Skip to content

Commit

Permalink
Merge pull request solidusio#201 from brchristian/patch-1
Browse files Browse the repository at this point in the history
Update migrations to support Rails 5.1
  • Loading branch information
aldesantis authored Nov 11, 2020
2 parents 935607f + 481262c commit 56ca49d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddUnconfirmedEmailToSpreeUsers < ActiveRecord::Migration[5.2]
class AddUnconfirmedEmailToSpreeUsers < SolidusSupport::Migration[5.1]
def change
unless column_exists?(:spree_users, :unconfirmed_email)
add_column :spree_users, :unconfirmed_email, :string
Expand Down

0 comments on commit 56ca49d

Please sign in to comment.