mirror of
https://github.com/appwrite/appwrite
synced 2026-05-17 05:58:31 +00:00
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into database-worker-errors
This commit is contained in:
commit
fcf018580c
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