From cddbbd8a4daa91acbbc032e91cee737e92e6218e Mon Sep 17 00:00:00 2001 From: Mike Vesprini Date: Wed, 6 Dec 2023 20:34:31 -0800 Subject: [PATCH] chore: remove unnecessary comment --- .../mutations/commit_form_change_internal.sql | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/schema/deploy/mutations/commit_form_change_internal.sql b/schema/deploy/mutations/commit_form_change_internal.sql index 2aac33d667..4f1a1b3994 100644 --- a/schema/deploy/mutations/commit_form_change_internal.sql +++ b/schema/deploy/mutations/commit_form_change_internal.sql @@ -34,21 +34,6 @@ begin where id = fc.id; if pending_project_revision_id is not null then - /** - project_contact - project_manager - project_summary_report - funding_parameter_EP - operator (don't belong to project revisinos and thus aren't affected by concurrency) - milestone - project_attachment - funding_parameter_IA - project (create doesn't apply, update is handled.) - reporting_requirement - contact (don't belong to project revisinos and thus aren't affected by concurrency) - emission_intensity - */ - if fc.operation = 'create' then -- These are the forms that a project can have at most one of. -- If pending has created one alredy, then we need to set the previous_form_change_id and the form_data_record_id.