| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 21 | public function update(Connection $connection): void |
||
| 22 | { |
||
| 23 | if (EntityDefinitionQueryHelper::tableExists($connection, 'admin_elasticsearch_index_task')) { |
||
| 24 | return; |
||
| 25 | } |
||
| 26 | |||
| 27 | $connection->executeStatement(' |
||
| 28 | CREATE TABLE IF NOT EXISTS `admin_elasticsearch_index_task` ( |
||
| 43 |