remove unnecessary LE join in diplomasupplement.xml.php; fix studiensemester_kurzbz col datatype in dbupdate script; stv projektarbeit dropdown selection also by studienplan of current prestudent_status history entry

This commit is contained in:
Johann Hoffmann
2026-04-01 16:05:51 +02:00
parent deb6dad7ad
commit 7628ebc9ca
4 changed files with 67 additions and 5 deletions
@@ -3,7 +3,7 @@ if (! defined('DB_NAME')) exit('No direct script access allowed');
$cols_to_add = [
'lehrveranstaltung_id' => "INTEGER",
'studiensemester_kurzbz' => "INTEGER"
'studiensemester_kurzbz' => "VARCHAR(16)"
];
foreach ($cols_to_add as $col => $type) {