Skip to content

Commit

Permalink
fix: remove max_quantity from schema.rb
Browse files Browse the repository at this point in the history
this was accidentially introduced in f8b92eb and is not yet implemented
  • Loading branch information
yksflip committed Jul 12, 2024
1 parent 58c8fee commit cd3141c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
t.datetime "deleted_at", precision: nil
t.string "type"
t.integer "quantity", default: 0
t.integer "max_quantity"
t.index ["article_category_id"], name: "index_articles_on_article_category_id"
t.index ["name", "supplier_id"], name: "index_articles_on_name_and_supplier_id"
t.index ["supplier_id"], name: "index_articles_on_supplier_id"
Expand Down

0 comments on commit cd3141c

Please sign in to comment.