mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 20:11:16 +00:00
Implemented the option to automatically consume a product on tracking a chore execution (closes #279)
This commit is contained in:
8
migrations/0084.sql
Normal file
8
migrations/0084.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
ALTER TABLE chores
|
||||
ADD consume_product_on_execution TINYINT NOT NULL DEFAULT 0;
|
||||
|
||||
ALTER TABLE chores
|
||||
ADD product_id TINYINT;
|
||||
|
||||
ALTER TABLE chores
|
||||
ADD product_amount REAL;
|
Reference in New Issue
Block a user