Files
grocy/migrations/0057.sql

6 lines
144 B
MySQL
Raw Permalink Normal View History

ALTER TABLE products
ADD enable_tare_weight_handling TINYINT NOT NULL DEFAULT 0;
ALTER TABLE products
ADD tare_weight REAL NOT NULL DEFAULT 0;