Skip to content

Commit

Permalink
chore: fix revert sqitch function
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevespi committed Nov 20, 2023
1 parent c2b173f commit 1f7f6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/revert/mutations/commit_form_change_internal.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ begin
end;
$$ language plpgsql volatile;

grant execute on function cif_private.commit_form_change_internal to cif_internal, cif_external, cif_admin;
grant execute on function cif_private.commit_form_change_internal(fc cif.form_change) to cif_internal, cif_external, cif_admin;

comment on function cif_private.commit_form_change_internal(cif.form_change) is 'Commits the form change and calls the corresponding commit handler.';

Expand Down

0 comments on commit 1f7f6aa

Please sign in to comment.