From e75bfaf30a1643da6522f42d0312810182a5918a Mon Sep 17 00:00:00 2001 From: Thomas Hackl Date: Thu, 11 Dec 2025 17:28:10 +0100 Subject: =?UTF-8?q?Resolve=20"Falscher=20Typ=20f=C3=BCr=20die=20Konfigurat?= =?UTF-8?q?ionseintr=C3=A4ge=20des=20Stundenplans"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #6108 Merge request studip/studip!4643 --- .../6.1.2.1_change_timetable_config_entry_types.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 db/migrations/6.1.2.1_change_timetable_config_entry_types.php diff --git a/db/migrations/6.1.2.1_change_timetable_config_entry_types.php b/db/migrations/6.1.2.1_change_timetable_config_entry_types.php new file mode 100644 index 0000000..4af63e5 --- /dev/null +++ b/db/migrations/6.1.2.1_change_timetable_config_entry_types.php @@ -0,0 +1,15 @@ +exec("UPDATE `config` SET `type` = 'boolean' + WHERE `field` IN ('TIMETABLE_COURSE_NUMBER_VISIBLE', 'TIMETABLE_COURSE_NAME_VISIBLE')"); + } +} -- cgit v1.0