mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 09:11:11 +00:00
@@ -1,5 +1,8 @@
|
||||
ALTER TABLE stock_log
|
||||
ADD undone TINYINT NOT NULL DEFAULT 0 CHECK(undone IN (0, 1));
|
||||
|
||||
UPDATE stock_log
|
||||
SET undone = 0;
|
||||
|
||||
ALTER TABLE stock_log
|
||||
ADD undone_timestamp DATETIME;
|
||||
|
Reference in New Issue
Block a user