From 2432210bbbee72b94bfbb598662b25e2225d9492 Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 14 Jun 2023 17:45:18 +0300 Subject: [PATCH] delete unnecessary project collections task --- src/Appwrite/Platform/Tasks/DeleteProjectCollections.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php b/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php index a083caeab2..c9a31d9057 100644 --- a/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php +++ b/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php @@ -15,7 +15,6 @@ class DeleteProjectCollections extends Action { private array $names = [ 'webhooks', - 'webhooks_perms', 'platforms', 'schedules', 'projects',