grocy/migrations/0235.sql
Wasinix 4120bd9fc7 Store estimated chore execution date at execution.
Show this value in Chore execution journal.
This way you know if Chore has been executed at expected time.
2023-10-09 13:30:20 +02:00

4 lines
64 B
SQL

ALTER TABLE chores_log
ADD estimated_execution_time DATETIME;