| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); | ||
| 17 | public function down(Schema $schema) : void | ||
| 18 |     { | ||
| 19 | $this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'postgresql', 'Migration can only be executed safely on \'postgresql\'.'); | ||
| 20 | |||
| 21 |         $this->addSql('ALTER TABLE swp_tenant DROP pwa_config_url'); | ||
| 22 | } | ||
| 23 | } | ||
| 24 |