| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | public function up(Schema $schema): void |
||
| 13 | { |
||
| 14 | $this->addSql('DROP INDEX IDX_161498D3E1D6B8E6 ON card;'); |
||
| 15 | $this->addSql('DROP INDEX IDX_161498D3D7943D68 ON card;'); |
||
| 16 | $this->addSql('CREATE INDEX IDX_161498D3E1D6B8E6 ON card (locality);'); |
||
| 17 | $this->addSql('CREATE INDEX IDX_161498D3D7943D68 ON card (area);'); |
||
| 18 | $this->addSql('DROP INDEX IDX_3A9F98E5D7943D68 ON institution;'); |
||
| 19 | $this->addSql('DROP INDEX IDX_3A9F98E5E1D6B8E6 ON institution;'); |
||
| 20 | $this->addSql('CREATE INDEX IDX_3A9F98E5D7943D68 ON institution (area);'); |
||
| 21 | $this->addSql('CREATE INDEX IDX_3A9F98E5E1D6B8E6 ON institution (locality);'); |
||
| 22 | } |
||
| 24 |