Skip to content

Commit

Permalink
Merge pull request #5557 from DanielePalombo/fix-rollback-migration
Browse files Browse the repository at this point in the history
Fix down migration
  • Loading branch information
elia authored Dec 19, 2023
2 parents 321f410 + af2dc5a commit e281b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def up
end

def down
add_column :spree_shipments, :deprecated_address_id
add_column :spree_shipments, :deprecated_address_id, :integer
add_index :spree_shipments, :deprecated_address_id, name: :index_spree_shipments_on_deprecated_address_id
end
end

0 comments on commit e281b6c

Please sign in to comment.