From a193a7a1c887a8b0a6ad0cfdd9a33eedafc2bc37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 1 Feb 2024 08:50:06 +0100 Subject: [PATCH] Naming Convention korrigiert fuer DBUpdate File --- system/dbupdate_3.4.php | 4 +--- .../{feature_17513_EWteam.php => 17513_Entwicklungsteam.php} | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename system/dbupdate_3.4/{feature_17513_EWteam.php => 17513_Entwicklungsteam.php} (100%) diff --git a/system/dbupdate_3.4.php b/system/dbupdate_3.4.php index 8f7eafa58..ac9e04f30 100644 --- a/system/dbupdate_3.4.php +++ b/system/dbupdate_3.4.php @@ -28,8 +28,6 @@ require_once('dbupdate_3.4/example2.php'); ... */ require_once('dbupdate_3.4/25003_notenimport_nachpruefung.php'); - -require_once('dbupdate_3.4/feature_17513_EWteam.php'); require_once('dbupdate_3.4/26173_index_webservicelog.php'); require_once('dbupdate_3.4/24682_reihungstest_zugangscode_fuer_login.php'); require_once('dbupdate_3.4/17512_fehlercode_constraints.php'); @@ -50,7 +48,7 @@ require_once('dbupdate_3.4/30181_tabelle_anrechnung_neue_attribute_fuer_begruend require_once('dbupdate_3.4/29529_infocenter_anpassungen.php'); require_once('dbupdate_3.4/29835_uhstat1_erfassung_der_uhstat1_daten_ueber_das_bewerbungstool.php'); require_once('dbupdate_3.4/33714_erhoehter_studienbeitrag_fuer_drittsaatenangehoerig.php'); - +require_once('dbupdate_3.4/17513_Entwicklungsteam.php'); // *** Pruefung und hinzufuegen der neuen Attribute und Tabellen echo '

Pruefe Tabellen und Attribute!

'; diff --git a/system/dbupdate_3.4/feature_17513_EWteam.php b/system/dbupdate_3.4/17513_Entwicklungsteam.php similarity index 100% rename from system/dbupdate_3.4/feature_17513_EWteam.php rename to system/dbupdate_3.4/17513_Entwicklungsteam.php