raboof commented on code in PR #280: URL: https://github.com/apache/pekko-persistence-jdbc/pull/280#discussion_r2041927711
########## core/src/main/resources/schema/h2/h2-create-schema-legacy.sql: ########## @@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS PUBLIC."snapshot" ( ); -CREATE TABLE IF NOT EXISTS "durable_state" ( +CREATE TABLE IF NOT EXISTS PUBLIC."durable_state" ( Review Comment: It looks like you can set the schema name for an h2 connection in the JDBC URL. I wonder if that could be used to select a different schema before this change, but would break now that `PUBLIC.` is explicit here? -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org