@@ -12,7 +12,7 @@ |
||
12 | 12 | $this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'postgresql', 'Migration can only be executed safely on \'postgresql\'.'); |
13 | 13 | |
14 | 14 | //$this->addSql('ALTER TABLE swp_tenant ADD COLUMN IF NOT EXISTS pwa_config_url VARCHAR(255) DEFAULT NULL'); |
15 | - //Done manually ALTER TABLE swp_tenant ADD COLUMN pwa_config_url VARCHAR(255) DEFAULT null; |
|
15 | + //Done manually ALTER TABLE swp_tenant ADD COLUMN pwa_config_url VARCHAR(255) DEFAULT null; |
|
16 | 16 | } |
17 | 17 | |
18 | 18 | public function down(Schema $schema) : void |