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':