Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
31 | public function down(Schema $schema) : void |
||
32 | { |
||
33 | // this down() migration is auto-generated, please modify it to your needs |
||
34 | $this->addSql('ALTER TABLE departments DROP references_export_prefix, DROP skip_blocked_validation_tokens'); |
||
35 | $this->addSql('ALTER TABLE payment_orders DROP booking_date, DROP references_exported'); |
||
36 | } |
||
38 |