Skip to content

Commit

Permalink
Fix history build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeg committed Feb 20, 2021
1 parent 6d175c6 commit daedd8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builds/v3.2.0/fetchq--3.2.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2944,8 +2944,8 @@ BEGIN
END; $$
LANGUAGE plpgsql;

DROP FUNCTION IF EXISTS fetchq.upgrade__310__311();
CREATE OR REPLACE FUNCTION fetchq.upgrade__310__311(
DROP FUNCTION IF EXISTS fetchq.upgrade__310__320();
CREATE OR REPLACE FUNCTION fetchq.upgrade__310__320(
OUT success BOOLEAN
) AS $$
DECLARE
Expand Down

0 comments on commit daedd8a

Please sign in to comment.