fix(project): typo in table name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2024-03-03 12:47:00 +01:00
parent fe02f4da2c
commit 22933dac4a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
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