Skip to content

Commit 1be1631

Browse files
committed
Provide backwards compatibility to Rails 7
1 parent 3c06b2b commit 1be1631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/db/migrate/20250225051308_add_vat_id_email_and_reverse_charge_status_to_addresses.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
class AddVatIdEmailAndReverseChargeStatusToAddresses < ActiveRecord::Migration[7.2]
3+
class AddVatIdEmailAndReverseChargeStatusToAddresses < ActiveRecord::Migration[7.0]
44
def change
55
add_column :spree_addresses, :vat_id, :string
66
add_column :spree_addresses, :email, :string

0 commit comments

Comments
 (0)