From 12f681dd3d3115ffe9c885bbf9fba557147a3498 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 1 Mar 2024 03:09:32 +0100 Subject: [PATCH] fix: migrate authenticators collection --- src/Appwrite/Migration/Version/V20.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Migration/Version/V20.php b/src/Appwrite/Migration/Version/V20.php index db72be242e..a996fff171 100644 --- a/src/Appwrite/Migration/Version/V20.php +++ b/src/Appwrite/Migration/Version/V20.php @@ -134,6 +134,7 @@ class V20 extends Migration $this->createCollection('subscribers'); $this->createCollection('targets'); $this->createCollection('challenges'); + $this->createCollection('authenticators'); break; case 'cache':