mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge branch '1.8.x' into optional-assistant
This commit is contained in:
commit
a66b565150
1 changed files with 3 additions and 3 deletions
|
|
@ -363,10 +363,10 @@ class Migrations extends Action
|
|||
$migration->getAttribute('resourceId'),
|
||||
$migration->getAttribute('resourceType')
|
||||
);
|
||||
}
|
||||
|
||||
$destination->shutdown();
|
||||
$source->shutdown();
|
||||
$destination->shutdown();
|
||||
$source->shutdown();
|
||||
}
|
||||
|
||||
$sourceErrors = $source->getErrors();
|
||||
$destinationErrors = $destination->getErrors();
|
||||
|
|
|
|||
Loading…
Reference in a new issue