mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: migrate authenticators collection
This commit is contained in:
@@ -134,6 +134,7 @@ class V20 extends Migration
|
||||
$this->createCollection('subscribers');
|
||||
$this->createCollection('targets');
|
||||
$this->createCollection('challenges');
|
||||
$this->createCollection('authenticators');
|
||||
|
||||
break;
|
||||
case 'cache':
|
||||
|
||||
Reference in New Issue
Block a user