From 502c0ad542873c737c3aad001b55286f1c68a57b Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Sun, 18 May 2025 23:53:54 +1200 Subject: [PATCH] Fix class name --- src/Appwrite/Migration/Version/V22.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V22.php b/src/Appwrite/Migration/Version/V22.php index 400b223756..e485fb5bd0 100644 --- a/src/Appwrite/Migration/Version/V22.php +++ b/src/Appwrite/Migration/Version/V22.php @@ -13,7 +13,7 @@ use Utopia\Database\Exception\Structure; use Utopia\Database\Exception\Timeout; use Utopia\Database\Query; -class V23 extends Migration +class V22 extends Migration { /** * @throws Throwable