pjfanning commented on issue #275: URL: https://github.com/apache/pekko-persistence-jdbc/issues/275#issuecomment-2740453992
The thing about the scripts, they are really more designed for use to set up test runs and to act as an editable template for people who want to set up a production environment. In the prod case, you can edit the scripts to have the schema you want. The main thing if you view the scripts in that way is that we should ensure that prod users who do choose to require a schema and who don't want to make that schema the default for their db user account - that they can set the schema name in the conf file and that that works. Also, even with prod users who want to associate the schema with the db user account, does our pekko-persistence-jdbc code facilitate this by not prefixing table names in JDBC commands with schema names. -- 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