Remove path update

This commit is contained in:
Jake Barnby
2025-07-02 13:36:46 -04:00
parent ce8ae2294a
commit 2ce3118ba9
-7
View File
@@ -401,13 +401,6 @@ App::post('/v1/migrations/csv')
$fileSize = $deviceForImports->getFileSize($newPath);
$resources = Transfer::extractServices([Transfer::GROUP_DATABASES]);
// full path
$newPath = str_ireplace(
$deviceForImports->getRoot(),
$deviceForImports->getRoot() . DIRECTORY_SEPARATOR,
$newPath
);
$migration = $dbForProject->createDocument('migrations', new Document([
'$id' => $migrationId,
'status' => 'pending',