From f2705c30a3f461b20c5c6c461cb6d154bb089950 Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 14 Jun 2023 18:59:46 +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 00ed10adb5..81056e296a 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('Delete Project Tables V1'); - Console::success(APP_NAME . ' delete Project Tables'); + Console::title('Delete project collections V1'); + Console::success(APP_NAME . ' delete project collections'); /* Initialise new Utopia app */ $app = new App('UTC');