mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
6 lines
144 B
SQL
6 lines
144 B
SQL
ALTER TABLE products
|
|
ADD enable_tare_weight_handling TINYINT NOT NULL DEFAULT 0;
|
|
|
|
ALTER TABLE products
|
|
ADD tare_weight REAL NOT NULL DEFAULT 0;
|