mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
fix: migrate authenticators collection
This commit is contained in:
parent
01e1a43106
commit
12f681dd3d
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ class V20 extends Migration
|
|||
$this->createCollection('subscribers');
|
||||
$this->createCollection('targets');
|
||||
$this->createCollection('challenges');
|
||||
$this->createCollection('authenticators');
|
||||
|
||||
break;
|
||||
case 'cache':
|
||||
|
|
|
|||
Loading…
Reference in a new issue