Skip to content

Commit

Permalink
Add quantity to realations
Browse files Browse the repository at this point in the history
  • Loading branch information
virajrch committed Mar 14, 2024
1 parent f59a11f commit b7c71cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20240314063042_add_quantity_to_relation.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddQuantityToRelation < ActiveRecord::Migration[7.0]
def change
add_column :relations, :quantity, :integer
end
end

0 comments on commit b7c71cd

Please sign in to comment.