From 09aea0fd958bd02a4a064e87e3fe652b45a15a4d Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 29 Aug 2021 15:40:52 +0300 Subject: [PATCH] Fixed test --- src/Appwrite/Migration/Migration.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Migration/Migration.php b/src/Appwrite/Migration/Migration.php index 203af0c67d..2ed66ba06d 100644 --- a/src/Appwrite/Migration/Migration.php +++ b/src/Appwrite/Migration/Migration.php @@ -43,6 +43,7 @@ abstract class Migration '0.9.2' => 'V08', '0.9.3' => 'V08', '0.9.4' => 'V08', + '0.10.0' => 'V08', ]; /**