mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Implemented tare weight handling (closes #132)
This commit is contained in:
5
migrations/0057.sql
Normal file
5
migrations/0057.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE products
|
||||
ADD enable_tare_weight_handling TINYINT NOT NULL DEFAULT 0;
|
||||
|
||||
ALTER TABLE products
|
||||
ADD tare_weight REAL NOT NULL DEFAULT 0;
|
Reference in New Issue
Block a user