Completed
Branch feature/pre-split (d89158)
by Anton
04:43
created
source/Spiral/Database/Drivers/SQLite/SQLiteHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
     {
140 140
         //Temporary table is required to copy data over
141 141
         $temporary = clone $table;
142
-        $temporary->setName('spiral_temp_' . $table->getName() . '_' . uniqid());
142
+        $temporary->setName('spiral_temp_'.$table->getName().'_'.uniqid());
143 143
 
144 144
         //We don't need any index in temporary table
145 145
         foreach ($temporary->getIndexes() as $index) {
Please login to merge, or discard this patch.