You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/02/04 16:44:20 UTC

[isis] branch master updated: ISIS-2512: some adoc fixes after renaming jpa->schema

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ae6e8f  ISIS-2512: some adoc fixes after renaming jpa->schema
8ae6e8f is described below

commit 8ae6e8f4768c34dc3596b8dcaf2e1c4edf5911d8
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Feb 4 17:44:07 2021 +0100

    ISIS-2512: some adoc fixes after renaming jpa->schema
---
 .../src/main/adoc/modules/config/pages/sections/Other.adoc   | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/config/src/main/adoc/modules/config/pages/sections/Other.adoc b/core/config/src/main/adoc/modules/config/pages/sections/Other.adoc
index 5803ef1..a9dd072 100644
--- a/core/config/src/main/adoc/modules/config/pages/sections/Other.adoc
+++ b/core/config/src/main/adoc/modules/config/pages/sections/Other.adoc
@@ -20,8 +20,8 @@ isis.as-map
 
 
 |
-[[isis.persistence.jpa.additional-orm-files]]
-isis.persistence.jpa. +
+[[isis.persistence.schema.additional-orm-files]]
+isis.persistence.schema. +
 additional-orm-files
 
 | 
@@ -29,8 +29,8 @@ additional-orm-files
 
 
 |
-[[isis.persistence.jpa.auto-create-schemas]]
-isis.persistence.jpa. +
+[[isis.persistence.schema.auto-create-schemas]]
+isis.persistence.schema. +
 auto-create-schemas
 
 | 
@@ -42,8 +42,8 @@ This configuration mechanism does not consider any schema-auto-creation configur
 
 
 |
-[[isis.persistence.jpa.create-schema-sql-template]]
-isis.persistence.jpa. +
+[[isis.persistence.schema.create-schema-sql-template]]
+isis.persistence.schema. +
 create-schema-sql-template
 
 |  CREATE SCHEMA IF NOT EXISTS %S