Completed
Push — upgradeFix-b247 ( 9c3560...f29cfe )
by
unknown
30s
created
src/SWP/Bundle/CoreBundle/Migrations/2023/04/Version20230419133319.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     {
22 22
         $this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'postgresql', 'Migration can only be executed safely on \'postgresql\'.');
23 23
         //$this->addSql('ALTER TABLE IF EXISTS swp_user ADD COLUMN IF NOT EXISTS is_verified BOOLEAN DEFAULT \'false\' NOT NULL;');
24
-	//Done manually ALTER TABLE IF EXISTS swp_user ADD COLUMN is_verified BOOLEAN DEFAULT 'false' NOT NULL;
24
+    //Done manually ALTER TABLE IF EXISTS swp_user ADD COLUMN is_verified BOOLEAN DEFAULT 'false' NOT NULL;
25 25
     }
26 26
 
27 27
     public function down(Schema $schema): void
Please login to merge, or discard this patch.