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