Skip to content

Commit

Permalink
add_quantity_to_relation
Browse files Browse the repository at this point in the history
  • Loading branch information
virajrch authored Mar 14, 2024
1 parent 219983d commit 7565830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20240314063042_add_quantity_to_relation.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AddQuantityToRelation < ActiveRecord::Migration[7.0]
def change
add_column :relations, :quantity, :integer
add_column :spree_relations, :quantity, :integer
end
end

0 comments on commit 7565830

Please sign in to comment.