- international skills auf vuejs

- note uebernehmen hinzugefuegt
This commit is contained in:
ma0048
2024-04-24 14:18:55 +02:00
parent 844c07be9c
commit b1e85fe92b
@@ -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;
}
}