Completed
Push — master ( 3a3e6c...3f352d )
by Lukas
50:01 queued 34:50
created
core/Command/Db/ConvertFilecacheBigInt.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 					$column->setType(Type::getType(Type::BIGINT));
80 80
 					$column->setOptions(['length' => 20]);
81 81
 
82
-					$updates[] = $tableName . '.' . $columnName;
82
+					$updates[] = $tableName.'.'.$columnName;
83 83
 				}
84 84
 			}
85 85
 		}
Please login to merge, or discard this patch.