From 91d38e6d674e41b38886107c443262727429f1f1 Mon Sep 17 00:00:00 2001 From: Marlies Winterstein Date: Tue, 26 Mar 2024 12:23:27 +0100 Subject: [PATCH] =?UTF-8?q?Restrictions=20f=C3=BCr=2047060?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../schluesseltabellen/xcube_install_restrictions.sql | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src-modules/module/sxc/schluesseltabellen/xcube_install_restrictions.sql b/src-modules/module/sxc/schluesseltabellen/xcube_install_restrictions.sql index 109832e..14275fe 100644 --- a/src-modules/module/sxc/schluesseltabellen/xcube_install_restrictions.sql +++ b/src-modules/module/sxc/schluesseltabellen/xcube_install_restrictions.sql @@ -6,4 +6,11 @@ update xcube set restriction='1=1 /* or (trim(auspraegung_code_3) is null and <> = ''UNB'')) */ /* and trim(auspraegung_code_2) = <> */ - ' where maskeninfo_id=47030; \ No newline at end of file + ' where maskeninfo_id=47030; + +update xcube set restriction='1=1 + /* and semester >= <> */ + /*and semester <= <>*/ + /* and hs_nr::char(20) in <@printkeys Hochschule.allNeededKeysList /> --<> */ + + ' where maskeninfo_id=47060; \ No newline at end of file