| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function down(Schema $schema) |
||
| 30 | { |
||
| 31 | // this down() migration is auto-generated, please modify it to your needs |
||
| 32 | $this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'mysql', 'Migration can only be executed safely on \'mysql\'.'); |
||
| 33 | |||
| 34 | $this->addSql('ALTER TABLE thought DROP FOREIGN KEY FK_91BB9F6CF675F31B'); |
||
| 35 | $this->addSql('DROP INDEX IDX_91BB9F6CF675F31B ON thought'); |
||
| 36 | $this->addSql('ALTER TABLE thought DROP author_id'); |
||
| 37 | } |
||
| 39 |