From df661a605f076701171b3d847b21dbcd4475deb8 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 6 Oct 2021 17:10:03 +0200 Subject: [PATCH] fix migration tests --- 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 7cc821243f..67501ff1ac 100644 --- a/src/Appwrite/Migration/Migration.php +++ b/src/Appwrite/Migration/Migration.php @@ -44,6 +44,7 @@ abstract class Migration '0.9.3' => 'V08', '0.9.4' => 'V08', '0.10.0' => 'V08', // TODO Eldad: `I need this to pass the tests` + '0.11.0' => 'V08', // TODO Eldad: `I need this to pass the tests` ]; /**