mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-08 04:48:27 -05:00
The UpdateProject function referenced done_bucket_id and default_bucket_id in its column update list, but these columns belong to the project_views table, not the projects table. This caused SQL errors when archiving or updating a project on MySQL/PostgreSQL. Also adds a test for archiving a non-archived project. Fixes #2459