Skip to content

Commit 0b4a293

Browse files
committed
Remove aliases
1 parent 8a5faff commit 0b4a293

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • moped-database/migrations/default/1766523399581_update_combined_funding_view

moped-database/migrations/default/1766523399581_update_combined_funding_view/up.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ FROM ecapris_subproject_funding
4747
INNER JOIN moped_project ON ecapris_subproject_funding.ecapris_subproject_id = moped_project.ecapris_subproject_id
4848
WHERE NOT (EXISTS (
4949
SELECT 1
50-
FROM moped_proj_funding AS mpf
51-
WHERE mpf.fdu = ecapris_subproject_funding.fdu
52-
AND mpf.project_id = moped_project.project_id
53-
AND mpf.is_deleted = FALSE
50+
FROM moped_proj_funding
51+
WHERE moped_proj_funding.fdu = ecapris_subproject_funding.fdu
52+
AND moped_proj_funding.project_id = moped_project.project_id
53+
AND moped_proj_funding.is_deleted = FALSE
5454
));
5555

5656
-- Disable Hasura triggers temporarily to allow direct updates to moped_proj_funding without generating activity log entries

0 commit comments

Comments
 (0)