From 45bc0f4066a3f8e5e2c6d9baa8bb7aae0d258aab Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 31 Jan 2023 06:51:43 +0000 Subject: [PATCH] fix migration --- src/Appwrite/Migration/Version/V18.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V18.php b/src/Appwrite/Migration/Version/V18.php index 668544391d..bf4abd8aa0 100644 --- a/src/Appwrite/Migration/Version/V18.php +++ b/src/Appwrite/Migration/Version/V18.php @@ -82,7 +82,7 @@ class V18 extends Migration */ $document->setAttribute('version', '1.2.0'); break; - case 'users': + case 'projects': /** * Bump version number. */