Browse Source

Restrictions für 47060

master
Marlies Winterstein 6 months ago
parent
commit
91d38e6d67
  1. 9
      src-modules/module/sxc/schluesseltabellen/xcube_install_restrictions.sql

9
src-modules/module/sxc/schluesseltabellen/xcube_install_restrictions.sql

@ -6,4 +6,11 @@ update xcube set restriction='1=1 @@ -6,4 +6,11 @@ update xcube set restriction='1=1
/* or (trim(auspraegung_code_3) is null and <<Geschlecht>> = ''UNB'')) */
/* and trim(auspraegung_code_2) = <<Nationalität>> */
' where maskeninfo_id=47030;
' where maskeninfo_id=47030;
update xcube set restriction='1=1
/* and semester >= <<Seit Semester>> */
/*and semester <= <<Bis Semester>>*/
/* and hs_nr::char(20) in <@printkeys Hochschule.allNeededKeysList /> --<<Hochschule>> */
' where maskeninfo_id=47060;
Loading…
Cancel
Save