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 2022/05/23 11:54:11 UTC

[isis-app-helloworld] branch jdo-SNAPSHOT updated: replaces to use 'datanucleus.schema.generate-database.mode'

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

danhaywood pushed a commit to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git


The following commit(s) were added to refs/heads/jdo-SNAPSHOT by this push:
     new c86d10f  replaces to use 'datanucleus.schema.generate-database.mode'
c86d10f is described below

commit c86d10faac3b79193d4c3ecee4d4c9eaf4d23883
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon May 23 12:54:01 2022 +0100

    replaces to use 'datanucleus.schema.generate-database.mode'
---
 src/main/resources/config/application.properties | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties
index 33a3029..5c6d359 100644
--- a/src/main/resources/config/application.properties
+++ b/src/main/resources/config/application.properties
@@ -17,5 +17,4 @@ 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=hello
 
-# note that properties under 'datanucleus' must use camelCase rather than kebab-case
-datanucleus.schema.autoCreateAll=true
+datanucleus.schema.generate-database.mode=create