Skip to content

Commit

Permalink
Adjusting variables for the update script
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Jan 3, 2024
1 parent ccdc5f4 commit 7ea5868
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sql/ksp/ksp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ROWS 1000;


-- one-to-many
-- v3.6
--v3.6
CREATE FUNCTION pgr_ksp(
TEXT,
BIGINT,
Expand Down Expand Up @@ -84,7 +84,7 @@ COST 100
ROWS 1000;

-- many-to-one
-- v3.6
--v3.6
CREATE FUNCTION pgr_ksp(
TEXT,
ANYARRAY,
Expand Down Expand Up @@ -112,7 +112,7 @@ COST 100
ROWS 1000;

-- many-to-many
-- v3.6
--v3.6
CREATE FUNCTION pgr_ksp(
TEXT,
ANYARRAY,
Expand Down Expand Up @@ -140,7 +140,7 @@ COST 100
ROWS 1000;

-- combinations
-- v3.6
--v3.6
CREATE FUNCTION pgr_ksp(
TEXT,
TEXT,
Expand Down

0 comments on commit 7ea5868

Please sign in to comment.