| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 23 | public function down(Schema $schema) : void |
||
| 24 | { |
||
| 25 | // this down() migration is auto-generated, please modify it to your needs |
||
| 26 | $this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'mysql', 'Migration can only be executed safely on \'mysql\'.'); |
||
| 27 | |||
| 28 | $this->addSql('ALTER TABLE project__projects DROP FOREIGN KEY FK_636FB313A8D4C349'); |
||
| 29 | $this->addSql('DROP INDEX UNIQ_636FB313A8D4C349 ON project__projects'); |
||
| 30 | $this->addSql('ALTER TABLE project__projects DROP approval_poll_id'); |
||
| 31 | } |
||
| 33 |