fix(project): typo in table name

This commit is contained in:
kolaente 2024-03-03 12:47:00 +01:00 committed by Daniel Herrmann
parent 20fa6e3058
commit 1fd33d5cf8
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ func checkProjectBeforeUpdateOrDelete(s *xorm.Session, project *Project) (err er
p.id,
p.parent_project_id
FROM
Projects p
projects p
INNER JOIN all_projects pc ON p.ID = pc.parent_project_id
)
SELECT