mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Finalized "Auto reprint stock entry label" (closes #2092)
This commit is contained in:
2
migrations/0212.sql
Normal file
2
migrations/0212.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE products
|
||||
ADD auto_reprint_stock_label TINYINT NOT NULL DEFAULT 0 CHECK(auto_reprint_stock_label IN (0, 1));
|
Reference in New Issue
Block a user