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