| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | public function down(Schema $schema) |
||
| 25 | { |
||
| 26 | // this down() migration is auto-generated, please modify it to your needs |
||
| 27 | $this->abortIf('postgresql' !== $this->connection->getDatabasePlatform()->getName(), 'Migration can only be executed safely on \'postgresql\'.'); |
||
| 28 | |||
| 29 | $this->addSql('DROP INDEX swp_widget_name_idx'); |
||
| 30 | $this->addSql('CREATE UNIQUE INDEX uniq_27c04f4c5e237e06 ON swp_widget (name)'); |
||
| 31 | } |
||
| 32 | } |
||
| 33 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.