Skip to content

Commit

Permalink
Increase ext version
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Chrzan <maximilian.chrzan@here.com>
Signed-off-by: mchrza <maximilian.chrzan@here.com>
  • Loading branch information
mchrza committed Jan 27, 2025
1 parent f852c3f commit 517a9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class DatabaseMaintainer {
private static final Logger logger = LogManager.getLogger();

/** Is used to check against xyz_ext_version() */
public static final int XYZ_EXT_VERSION = 205;
public static final int XYZ_EXT_VERSION = 206;

public static final int H3_CORE_VERSION = 108;

Expand Down
2 changes: 1 addition & 1 deletion xyz-psql-connector/src/main/resources/xyz_ext.sql
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
CREATE OR REPLACE FUNCTION xyz_ext_version()
RETURNS integer AS
$BODY$
select 205
select 206
$BODY$
LANGUAGE sql IMMUTABLE;

Expand Down

0 comments on commit 517a9af

Please sign in to comment.