You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making sure chore intervals add up to 1 every month. Only need to check 1 chore per house.
SELECT SUM((metadata->>'intervalScalar')::numeric) FROM "ChoreValue" WHERE "choreId" = 40 AND "valuedAt" >= '2024-07-01' AND "valuedAt" < '2024-08-01';
If you squash a bug that no-one saw, did it even exist?
An evergreen issue for making sure chore value calculations are accurate.
The text was updated successfully, but these errors were encountered: