This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v2 in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit e707511997f4243bc9d94e2c22226a6c4a296e71 Author: Dan Haywood <[email protected]> AuthorDate: Wed May 22 09:54:19 2024 +0100 Updates application.properties to ensure 'petowner' schema is created ... in h2 database --- webapp/src/main/resources/config/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/resources/config/application.properties b/webapp/src/main/resources/config/application.properties index 814b357..4b49899 100644 --- a/webapp/src/main/resources/config/application.properties +++ b/webapp/src/main/resources/config/application.properties @@ -15,7 +15,7 @@ spring.datasource.url=jdbc:h2:mem:simple;DATABASE_TO_UPPER=false;IGNORECASE=TRUE spring.datasource.driver-class-name=org.h2.Driver causeway.persistence.schema.create-schema-sql-template=CREATE SCHEMA IF NOT EXISTS %s -causeway.persistence.schema.auto-create-schemas=simple,causewayExtSecman,causewayExtAuditTrail,causewayExtCommandLog,causewayExtExecutionLog,causewayExtExecutionOutbox,causewayExtSessionLog +causeway.persistence.schema.auto-create-schemas=petowner,simple,causewayExtSecman,causewayExtAuditTrail,causewayExtCommandLog,causewayExtExecutionLog,causewayExtExecutionOutbox,causewayExtSessionLog causeway.core.meta-model.introspector.policy=encapsulation_enabled
