Skip to content

Commit

Permalink
fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Jul 28, 2023
1 parent 7dd31a0 commit 83b075f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/scripts/build-extension-update-files.pl
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ sub generate_upgrade_script {
push @commands, drop_special_case_function("pgr_astar(text,anyarray,bigint,boolean,integer,double precision,double precision)");
push @commands, drop_special_case_function("pgr_astar(text,bigint,anyarray,boolean,integer,double precision,double precision)");
push @commands, drop_special_case_function("pgr_astar(text,bigint,bigint,boolean,integer,double precision,double precision)");
push @commands, drop_special_case_function("pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)";
push @commands, drop_special_case_function("pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)";
push @commands, drop_special_case_function("pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)");
push @commands, drop_special_case_function("pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)");
}

}
Expand Down

0 comments on commit 83b075f

Please sign in to comment.