mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 20:11:16 +00:00
This commit is contained in:
5
migrations/0044.sql
Normal file
5
migrations/0044.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE stock_log
|
||||
ADD undone TINYINT NOT NULL DEFAULT 0 CHECK(undone IN (0, 1));
|
||||
|
||||
ALTER TABLE stock_log
|
||||
ADD undone_timestamp DATETIME;
|
Reference in New Issue
Block a user