Skip to content

Commit

Permalink
pgRouting#2628 Changed INTEGER to BIGINT
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni-2005 committed Jan 27, 2025
1 parent b8aa244 commit a5732b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/topology/nodeNetwork.sql
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ BEGIN
SET client_min_messages TO warning;
EXECUTE 'CREATE TABLE '||_pgr_quote_ident(outtab)||' (
id bigserial PRIMARY KEY,
old_id INTEGER,
old_id BIGINT,
sub_id INTEGER,
source BIGINT,
target BIGINT)';
Expand Down

0 comments on commit a5732b2

Please sign in to comment.