mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Show this value in Chore execution journal. This way you know if Chore has been executed at expected time.
4 lines
64 B
SQL
4 lines
64 B
SQL
ALTER TABLE chores_log
|
|
ADD estimated_execution_time DATETIME;
|
|
|