Skip to content

Commit

Permalink
XYZ_EXT_VERSION = 207
Browse files Browse the repository at this point in the history
Signed-off-by: qGYdXbY2 <47661341+qGYdXbY2@users.noreply.github.com>
  • Loading branch information
qGYdXbY2 committed Jan 30, 2025
1 parent cc8ce3c commit deb3b9b
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 = 206;
public static final int XYZ_EXT_VERSION = 207;

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 206
select 207
$BODY$
LANGUAGE sql IMMUTABLE;

Expand Down

0 comments on commit deb3b9b

Please sign in to comment.