mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Added a new product option "Should not be frozen" (closes #1320)
This commit is contained in:
2
migrations/0146.sql
Normal file
2
migrations/0146.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE products
|
||||
ADD should_not_be_frozen TINYINT NOT NULL DEFAULT 0 CHECK(should_not_be_frozen IN (0, 1));
|
Reference in New Issue
Block a user