| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 28 | public function down(Schema $schema): void |
||
| 29 | { |
||
| 30 | |||
| 31 | $this->addSql('ALTER TABLE stu_wormhole_restrictions DROP CONSTRAINT FK_76C7B8E0BE56147A'); |
||
| 32 | $this->addSql('ALTER TABLE stu_wormhole_restrictions DROP CONSTRAINT FK_76C7B8E0A76ED395'); |
||
| 33 | $this->addSql('DROP TABLE stu_wormhole_restrictions'); |
||
| 34 | } |
||
| 36 |