mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #8956 from appwrite/fix-migration-id-null
Remove double fetch from migrations worker
This commit is contained in:
commit
3846903b9d
1 changed files with 0 additions and 2 deletions
|
|
@ -268,8 +268,6 @@ class Migrations extends Action
|
|||
$transfer = $source = $destination = null;
|
||||
|
||||
try {
|
||||
$migration = $this->dbForProject->getDocument('migrations', $migration->getId());
|
||||
|
||||
if (
|
||||
$migration->getAttribute('source') === SourceAppwrite::getName() &&
|
||||
empty($migration->getAttribute('credentials', []))
|
||||
|
|
|
|||
Loading…
Reference in a new issue