| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 8 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 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->abortIf($this->connection->getDatabasePlatform()->getName() !== 'mysql', 'Migration can only be executed safely on \'mysql\'.');  | 
            ||
| 31 | |||
| 32 |         $this->addSql('ALTER TABLE bitbag_mollie_configuration DROP FOREIGN KEY FK_23CC85048298F'); | 
            ||
| 33 |         $this->addSql('DROP INDEX UNIQ_23CC85048298F ON bitbag_mollie_configuration'); | 
            ||
| 34 |         $this->addSql('ALTER TABLE bitbag_mollie_configuration DROP default_category'); | 
            ||
| 35 | }  | 
            ||
| 37 |