mirror of
https://github.com/grocy/grocy.git
synced 2025-09-16 09:51:30 +00:00
Don't consider a chores executed when the execution was undone
This commit is contained in:
@@ -24,4 +24,5 @@ SELECT
|
||||
FROM chores h
|
||||
LEFT JOIN chores_log l
|
||||
ON h.id = l.chore_id
|
||||
AND l.undone = 0
|
||||
GROUP BY h.id, h.period_days;
|
||||
|
Reference in New Issue
Block a user