Semi-stable version with old variable names
This commit is contained in:
@@ -34,7 +34,7 @@ $prefix = $_ENV['DB_PREFIX'] ?? '';
|
||||
|
||||
|
||||
$tableDefinitions = [
|
||||
'Turnerinnen' => 'DB_TABLE_TURNERINNEN',
|
||||
'Teilnehmende' => 'DB_TABLE_TEILNEHMENDE',
|
||||
'Orders' => 'DB_TABLE_ORDERS',
|
||||
'BasketItems' => 'DB_TABLE_BASKET_ITEMS',
|
||||
'Var' => 'DB_TABLE_VARIABLES',
|
||||
@@ -44,11 +44,17 @@ $tableDefinitions = [
|
||||
'InternUsers' => 'DB_TABLE_INTERN_USERS',
|
||||
'Vereine' => 'DB_TABLE_VEREINE',
|
||||
'Abt' => 'DB_TABLE_ABTEILUNGEN',
|
||||
'TurnerinnenAbt' => 'DB_TABLE_TURNERINNEN_ABTEILUNGEN',
|
||||
'TeilnehmendeAbt' => 'DB_TABLE_TEILNEHMENDE_ABTEILUNGEN',
|
||||
'Geraete' => 'DB_TABLE_GERAETE',
|
||||
'Audiofiles' => 'DB_TABLE_AUDIOFILES',
|
||||
'TeilnehmendeAudiofiles' => 'DB_TABLE_TEILNEHMENDE_AUDIOFILES',
|
||||
'Noten' => 'DB_TABLE_NOTEN',
|
||||
'NotenBezeichnungen' => 'DB_TABLE_NOTEN_BEZEICHNUNGEN'
|
||||
'NotenChanges' => 'DB_TABLE_NOTEN_CHANGES',
|
||||
'NotenBezeichnungen' => 'DB_TABLE_NOTEN_BEZEICHNUNGEN',
|
||||
'OrdersLog' => 'DB_TABLE_ORDERS_LOG',
|
||||
'ZeitplanTypes' => 'DB_TABLE_ZEITPLAN_TYPES',
|
||||
'AbtZeiten' => 'DB_TABLE_ABTEILUNGEN_ZEITEN',
|
||||
'RankLiveConfigs' => 'DB_TABLE_RANKLIVE_CONFIGS'
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user