mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-21 22:16:11 +01:00
Remove regions from cleanup
This commit is contained in:
parent
b906c50a09
commit
ce6d50a7d7
1 changed files with 0 additions and 2 deletions
|
@ -41,7 +41,6 @@ class Database
|
|||
private const DATE_TABLE = 'tx_events_domain_model_date';
|
||||
private const EVENT_TABLE = 'tx_events_domain_model_event';
|
||||
private const ORGANIZER_TABLE = 'tx_events_domain_model_organizer';
|
||||
private const REGION_TABLE = 'tx_events_domain_model_region';
|
||||
|
||||
public function __construct(
|
||||
ConnectionPool $connectionPool,
|
||||
|
@ -57,7 +56,6 @@ class Database
|
|||
Database::DATE_TABLE,
|
||||
Database::ORGANIZER_TABLE,
|
||||
Database::EVENT_TABLE,
|
||||
Database::REGION_TABLE,
|
||||
];
|
||||
|
||||
foreach ($tableNames as $tableName) {
|
||||
|
|
Loading…
Reference in a new issue