| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | public function down(Schema $schema): void |
||
| 29 | { |
||
| 30 | // this down() migration is auto-generated, please modify it to your needs |
||
| 31 | $this->addSql('ALTER TABLE image DROP FOREIGN KEY FK_C53D045F5ED948F0'); |
||
| 32 | $this->addSql('DROP INDEX UNIQ_C53D045F5ED948F0 ON image'); |
||
| 33 | $this->addSql('ALTER TABLE image DROP featuring_wander_id'); |
||
| 34 | } |
||
| 36 |