|
@@ -256,7 +256,7 @@ |
|
|
block discarded – undo |
|
256
|
256
|
\App\Log::trace("Updated: {$field['tablename']}.{$field['columnname']} |maximumlength: before:{$field['maximumlength']} after: $range |type:{$type}|{$column->type}|{$column->dbType}", __METHOD__); |
|
257
|
257
|
} |
|
258
|
258
|
} |
|
259
|
|
- return ['NotSupported' => $notSupported, 'TypeNotFound' => $typeNotFound, 'RequiresVerification' => $requiresVerification, 'RequiresVerificationInfo' => $requiresVerificationInfo, 'Updated' => $updated, 'UpdatedInfo' => $updatedInfo]; |
|
|
259
|
+ return ['NotSupported' => $notSupported, 'TypeNotFound' => $typeNotFound, 'RequiresVerification' => $requiresVerification, 'RequiresVerificationInfo' => $requiresVerificationInfo, 'Updated' => $updated, 'UpdatedInfo' => $updatedInfo]; |
|
260
|
260
|
} |
|
261
|
261
|
|
|
262
|
262
|
/** |
Please login to merge, or discard this patch.