pjfanning commented on code in PR #280: URL: https://github.com/apache/pekko-persistence-jdbc/pull/280#discussion_r2041955066
########## 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: the existing sql script has some statements with the "PUBLIC" schema and some without. This just standardises on having the schema explicit in all statements. -- 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