dimas-b commented on code in PR #3523:
URL: https://github.com/apache/polaris/pull/3523#discussion_r2775298769
##########
persistence/relational-jdbc/src/main/resources/postgres/schema-v4.sql:
##########
@@ -28,7 +28,7 @@ CREATE TABLE IF NOT EXISTS version (
version_value INTEGER NOT NULL
);
INSERT INTO version (version_key, version_value)
-VALUES ('version', 3)
+VALUES ('version', 4)
Review Comment:
thx!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]