Skip to content

Commit

Permalink
chore: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevespi committed Dec 7, 2023
1 parent ce6ca5d commit cddbbd8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions schema/deploy/mutations/commit_form_change_internal.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cddbbd8

Please sign in to comment.