From 7196114339fcb6ef8b1963a13763aec317da5075 Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 14 Jun 2023 18:58:29 +0300 Subject: [PATCH] delete unnecessary project collections task --- src/Appwrite/Platform/Tasks/DeleteProjectCollections.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php b/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php index c9a31d9057..00ed10adb5 100644 --- a/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php +++ b/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php @@ -47,8 +47,8 @@ class DeleteProjectCollections extends Action { //docker compose exec -t appwrite delete-project-collections - Console::title('Cloud Users calculation V1'); - Console::success(APP_NAME . ' cloud Users calculation has started'); + Console::title('Delete Project Tables V1'); + Console::success(APP_NAME . ' delete Project Tables'); /* Initialise new Utopia app */ $app = new App('UTC');