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 6ab6e8e commit 7dd31a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/scripts/build-extension-update-files.pl
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +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)";
}

}
Expand Down

0 comments on commit 7dd31a0

Please sign in to comment.