Skip to content

Commit

Permalink
Update SqlCommandsListener.php
Browse files Browse the repository at this point in the history
Fix a problem with the Contao 4.13 database migration.
  • Loading branch information
stefanheimes authored Jun 19, 2023
1 parent edec0be commit 786a0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/SqlCommandsListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __invoke(array $queries): array
continue;
}

$queries[$view->getName()] = $this->connection->getDatabasePlatform()->getCreateViewSQL(
$queries['hofff-contao-language-relations'][$view->getName()] = $this->connection->getDatabasePlatform()->getCreateViewSQL(
$view->getName(),
$view->getSql()
);
Expand Down

0 comments on commit 786a0bb

Please sign in to comment.