diff --git a/pkg/models/project.go b/pkg/models/project.go index 353221146..b13f7f72d 100644 --- a/pkg/models/project.go +++ b/pkg/models/project.go @@ -783,6 +783,8 @@ func UpdateProject(s *xorm.Session, project *Project, auth web.Auth, updateProje "hex_color", "parent_project_id", "position", + "done_bucket_id", + "default_bucket_id", } if project.Description != "" { colsToUpdate = append(colsToUpdate, "description")