mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Dbg $projectCollectionIds
This commit is contained in:
parent
a9469e8734
commit
7116405793
1 changed files with 2 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ class Deletes extends Action
|
|||
Audit::COLLECTION,
|
||||
TimeLimit::COLLECTION,
|
||||
];
|
||||
|
||||
var_dump($projectCollectionIds);
|
||||
$limit = \count($projectCollectionIds) + 25;
|
||||
|
||||
while (true) {
|
||||
|
|
@ -559,6 +559,7 @@ class Deletes extends Action
|
|||
], $dbForConsole);
|
||||
|
||||
// Delete Schedules (No projectInternalId in this collection)
|
||||
var_dump("deleting schedules projectId = " . $projectId);
|
||||
$this->deleteByGroup('schedules', [
|
||||
Query::equal('projectId', [$projectId]),
|
||||
], $dbForConsole);
|
||||
|
|
|
|||
Loading…
Reference in a new issue