|
@@ -11,7 +11,7 @@ |
|
|
block discarded – undo |
|
11
|
11
|
{ |
|
12
|
12
|
$this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'postgresql', 'Migration can only be executed safely on \'postgresql\'.'); |
|
13
|
13
|
|
|
14
|
|
- if(!$schema->getTable('swp_tenant')->hasColumn('pwa_config_url')) { |
|
|
14
|
+ if (!$schema->getTable('swp_tenant')->hasColumn('pwa_config_url')) { |
|
15
|
15
|
$this->addSql('ALTER TABLE swp_tenant ADD pwa_config_url VARCHAR(255) DEFAULT NULL'); |
|
16
|
16
|
} |
|
17
|
17
|
} |
Please login to merge, or discard this patch.