From e9e4729ec0b5f053aef2c02afd7494e308134235 Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Wed, 3 Sep 2025 19:41:02 +0200 Subject: [PATCH] Vorbereitung 5.3 --- superx/WEB-INF/conf/edustore/db/conf/build.xml | 4 ++-- .../edustore/db/install/upgrade/kernmodul_upgrade_man.sql | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/superx/WEB-INF/conf/edustore/db/conf/build.xml b/superx/WEB-INF/conf/edustore/db/conf/build.xml index b5a25d1..37909de 100644 --- a/superx/WEB-INF/conf/edustore/db/conf/build.xml +++ b/superx/WEB-INF/conf/edustore/db/conf/build.xml @@ -576,10 +576,10 @@ xmlns:HtmlUtils="de.superx.util.HtmlUtils"> - + - + diff --git a/superx/WEB-INF/conf/edustore/db/install/upgrade/kernmodul_upgrade_man.sql b/superx/WEB-INF/conf/edustore/db/install/upgrade/kernmodul_upgrade_man.sql index 6d36576..e4bc31f 100644 --- a/superx/WEB-INF/conf/edustore/db/install/upgrade/kernmodul_upgrade_man.sql +++ b/superx/WEB-INF/conf/edustore/db/install/upgrade/kernmodul_upgrade_man.sql @@ -190,3 +190,7 @@ where T.tid !=T.richtig); drop table tmp_dummy; +--obsolete Zeilen weg: +delete from sachgeb_maske_bez where maskeninfo_id is null; + +