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 2022/01/19 09:29:46 UTC

[isis] branch master updated: ISIS-2944: mignotes update (secman)

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 9bdd7a5  ISIS-2944: mignotes update (secman)
9bdd7a5 is described below

commit 9bdd7a55b12642bc7c7f38a5b6b3daddc3c5e30a
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Jan 19 10:29:36 2022 +0100

    ISIS-2944: mignotes update (secman)
---
 .../relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc    | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
index ce71430..e6678c0 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
@@ -250,6 +250,16 @@ _Wicket Viewer_ default authorized user role was renamed for generic reuse.
 
 === SecMan
 
+New fields where added to the `ApplicationUser`:
+
+[source,sql]
+.SQL update script - your mileage may vary!
+----
+ALTER TABLE [isisExtensionsSecman].[ApplicationUser] ADD [language] VARCHAR(120) NULL
+ALTER TABLE [isisExtensionsSecman].[ApplicationUser] ADD [numberFormat] VARCHAR(120) NULL
+ALTER TABLE [isisExtensionsSecman].[ApplicationUser] ADD [timeFormat] VARCHAR(120) NULL
+----
+
 Following menu actions for roles have been removed:
 
 [source,xml]