Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Lower ActiveRecord::Migration version in add_paypal_funding_source
Browse files Browse the repository at this point in the history
The migration does not need any new features of Rails 6.1, so we can
safely use 5.0 and be backwards-compatible.
  • Loading branch information
mamhoff committed Jan 19, 2022
1 parent 306e804 commit 78371c9
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 AddPaypalFundingSourceToSolidusPaypalBraintreeSources < ActiveRecord::Migration[6.1]
class AddPaypalFundingSourceToSolidusPaypalBraintreeSources < ActiveRecord::Migration[5.0]
def change
add_column :solidus_paypal_braintree_sources, :paypal_funding_source, :integer
end
Expand Down

0 comments on commit 78371c9

Please sign in to comment.