mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove path update
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user