mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Merge remote-tracking branch 'origin/1.4.x' into fix-collection-disabled-mode-checks
This commit is contained in:
commit
eac52463c2
1 changed files with 1 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ class DeletesV1 extends Worker
|
||||||
|
|
||||||
foreach ($projects as $project) {
|
foreach ($projects as $project) {
|
||||||
$this->deleteProject($project);
|
$this->deleteProject($project);
|
||||||
|
$dbForConsole->deleteDocument('projects', $project->getId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue