fix: migrate authenticators collection

This commit is contained in:
Torsten Dittmann 2024-03-01 03:09:32 +01:00
parent 01e1a43106
commit 12f681dd3d

View file

@ -134,6 +134,7 @@ class V20 extends Migration
$this->createCollection('subscribers');
$this->createCollection('targets');
$this->createCollection('challenges');
$this->createCollection('authenticators');
break;
case 'cache':