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 71dc9847539a3c6a68427bbe685ccd66aa847864 Author: Dan Haywood <[email protected]> AuthorDate: Sun May 26 16:35:37 2024 +0100 updates application.properties to set up 'visit' DB schema --- 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 4b49899..d921535 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=petowner,simple,causewayExtSecman,causewayExtAuditTrail,causewayExtCommandLog,causewayExtExecutionLog,causewayExtExecutionOutbox,causewayExtSessionLog +causeway.persistence.schema.auto-create-schemas=petowner,visit,simple,causewayExtSecman,causewayExtAuditTrail,causewayExtCommandLog,causewayExtExecutionLog,causewayExtExecutionOutbox,causewayExtSessionLog causeway.core.meta-model.introspector.policy=encapsulation_enabled
