Completed
Push — master ( ea11b7...4be545 )
by Beñat
01:45
created
LIN3S/SharedKernel/Infrastructure/Persistence/Sql/Event/SqlEventStore.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
   `stream_version` INT NOT NULL,
107 107
   PRIMARY KEY (`order`)
108 108
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
109
-SQL;
109
+sql;
110 110
     }
111 111
 
112 112
     public static function removeSchema() : string
Please login to merge, or discard this patch.