Skip to content

Commit

Permalink
chore: updated function comment to be more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevespi committed Mar 14, 2024
1 parent ebcaf9d commit 7d160cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/deploy/mutations/commit_form_change_internal.sql
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,6 @@ end;
$$ language plpgsql volatile;

grant execute on function cif_private.commit_form_change_internal(cif.form_change, int) to cif_internal, cif_external, cif_admin;
comment on function cif_private.commit_form_change_internal(cif.form_change, int) is 'Commits the form change and calls the corresponding commit handler. Then, update a potential existing revision to include the changes that were just committed.';
comment on function cif_private.commit_form_change_internal(cif.form_change, int) is 'Commits the form change and calls the corresponding commit handler. Then, update a potential existing revision to include the changes that were just committed.';

commit;

0 comments on commit 7d160cb

Please sign in to comment.