You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/10/05 15:15:32 UTC

[isis-app-demo] 04/04: adds visits schema for application.yml configuration

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to tag tags/05-02-visit-entity-key-properties
in repository https://gitbox.apache.org/repos/asf/isis-app-demo.git

commit 8654067878681ed04f911c763ff9cdb3702a7ebb
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Oct 5 15:15:02 2021 +0100

    adds visits schema for application.yml configuration
---
 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 a5d4679..9c9143c 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:petclinic;DATABASE_TO_UPPER=false
 spring.datasource.driver-class-name=org.h2.Driver
 
 isis.persistence.schema.create-schema-sql-template=CREATE SCHEMA IF NOT EXISTS %s
-isis.persistence.schema.auto-create-schemas=pets
+isis.persistence.schema.auto-create-schemas=pets,visits
 
 #eclipselink.weaving=true
 eclipselink.deploy-on-startup=true