| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 7 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | public function up(Schema $schema): void |
||
| 13 | { |
||
| 14 | $this->abortIf('postgresql' !== $this->connection->getDatabasePlatform()->getName(), 'Migration can only be executed safely on \'postgresql\'.'); |
||
| 15 | |||
| 16 | $this->addSql('DROP INDEX uniq_fb21e85818f9c0d5'); |
||
| 17 | $this->addSql('CREATE INDEX IDX_FB21E85818F9C0D5 ON swp_article (seo_metadata_id)'); |
||
| 18 | } |
||
| 19 | |||
| 28 |