Skip to content

Commit

Permalink
chore: explicitly drop the old function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevespi committed Nov 21, 2023
1 parent 6e3bb96 commit cb1a6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/deploy/mutations/commit_form_change_internal.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-- Deploy cif:mutations/commit_form_change to pg
begin;

-- We need to explicitly drop the old function here since we're changing the signature.
drop function cif_private.commit_form_change_internal(cif.form_change);
create or replace function cif_private.commit_form_change_internal(fc cif.form_change, pending_project_revision_id int)
returns cif.form_change as $$
declare
Expand Down

0 comments on commit cb1a6a0

Please sign in to comment.