File tree Expand file tree Collapse file tree
moped-database/migrations/default/1766523399581_update_combined_funding_view Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ FROM ecapris_subproject_funding
4747INNER JOIN moped_project ON ecapris_subproject_funding .ecapris_subproject_id = moped_project .ecapris_subproject_id
4848WHERE 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
You can’t perform that action at this time.
0 commit comments