Completed
Push — symfony4-latest ( 101e8d...4e7312 )
by
unknown
28s
created
src/SWP/Bundle/CoreBundle/Migrations/2021/03/Version20210323112900.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.