| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 27 | public function down(Schema $schema): void |
||
| 28 | { |
||
| 29 | // this down() migration is auto-generated, please modify it to your needs |
||
| 30 | $this->addSql('CREATE INDEX ix_featuring_wander ON image (featuring_wander_id)'); |
||
| 31 | $this->addSql('ALTER TABLE wander ADD geo_json LONGTEXT CHARACTER SET utf8mb4 DEFAULT NULL COLLATE `utf8mb4_unicode_ci`'); |
||
| 32 | } |
||
| 34 |