Merge branch 'feature-20228/erfassung_internationalisierungsmassnahmen_beurteilung'

This commit is contained in:
Andreas Österreicher
2024-10-03 10:42:00 +02:00
2 changed files with 401 additions and 0 deletions
@@ -10,5 +10,6 @@ class Lvgesamtnote_model extends DB_Model
parent::__construct();
$this->dbTable = 'campus.tbl_lvgesamtnote';
$this->pk = array('student_uid', 'studiensemester_kurzbz', 'lehrveranstaltung_id');
$this->hasSequence = false;
}
}