mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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;
|
$transfer = $source = $destination = null;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$migration = $this->dbForProject->getDocument('migrations', $migration->getId());
|
|
||||||
|
|
||||||
if (
|
if (
|
||||||
$migration->getAttribute('source') === SourceAppwrite::getName() &&
|
$migration->getAttribute('source') === SourceAppwrite::getName() &&
|
||||||
empty($migration->getAttribute('credentials', []))
|
empty($migration->getAttribute('credentials', []))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue