Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
29 | // this down() migration is auto-generated, please modify it to your needs |
||
30 | $this->abortIf('postgresql' !== $this->connection->getDatabasePlatform()->getName(), 'Migration can only be executed safely on \'postgresql\'.'); |
||
31 | |||
32 | $this->addSql('ALTER TABLE swp_article_events DROP page_view_source'); |
||
33 | } |
||
34 | } |
||
35 |