mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Merge pull request #11053 from appwrite/skip-migrations-shutdown
skip migration shutdown
This commit is contained in:
commit
07135956df
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