Skip to content

Commit

Permalink
fix(migrations): add_extra_user_data column should be user_data
Browse files Browse the repository at this point in the history
  • Loading branch information
orlando committed Sep 17, 2020
1 parent 9e57967 commit c8e65d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

class AddExtraUserDataToDonations < ActiveRecord::Migration[6.0]
def change
add_column :donations, :charge_data, :json, null: false, default: {}
add_column :donations, :user_data, :json, null: false, default: {}
end
end

0 comments on commit c8e65d0

Please sign in to comment.