mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-29 07:46:00 -05:00
is_archived is written down the whole subtree on archive/unarchive and backfilled for pre-existing rows, so CheckIsArchived, ReadOne and the project list CTE no longer need to derive it from ancestors. The list CTE previously only saw ancestors the user could access, so list and single reads could disagree. task_overdue_reminder already trusted the column and is now correct for old data too.