| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | public function down(Schema $schema): void |
||
| 33 | { |
||
| 34 | // this down() migration is auto-generated, please modify it to your needs |
||
| 35 | $this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'mysql', 'Migration can only be executed safely on \'mysql\'.'); |
||
| 36 | |||
| 37 | $this->addSql('DROP INDEX IDX_6196A1F9A393D2FB43625D9F ON sylius_order'); |
||
| 38 | } |
||
| 39 | } |
||
| 40 |