| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 27 | public function down(Schema $schema): void |
||
| 28 | { |
||
| 29 | |||
| 30 | $this->addSql('CREATE SCHEMA public'); |
||
| 31 | $this->addSql('ALTER INDEX commodity_id_idx RENAME TO idx_ac85c1acb4acc212'); |
||
| 32 | $this->addSql('ALTER INDEX location_id_idx RENAME TO idx_ac85c1ac64d218e'); |
||
| 33 | $this->addSql('DROP INDEX ship_id_idx'); |
||
| 34 | $this->addSql('ALTER INDEX location_mining_id_idx RENAME TO idx_bbfef8c427d56c25'); |
||
| 35 | } |
||
| 37 |