Finalized "Auto reprint stock entry label" (closes #2092)

This commit is contained in:
Bernd Bestel
2023-01-05 20:12:15 +01:00
parent 3b160659f3
commit 4e56dee6f0
6 changed files with 60 additions and 1 deletions

2
migrations/0212.sql Normal file
View 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));