feat(self-hosted): update migration for transactions collections

This commit is contained in:
Steven Nguyen 2025-10-09 16:54:41 -07:00
parent 01765fd27f
commit 97312d1a6d
No known key found for this signature in database

View file

@ -97,6 +97,10 @@ class V23 extends Migration
$this->dbForProject->purgeCachedDocument(Database::METADATA, $id);
switch ($id) {
case '_metadata':
$this->createCollection('transactions');
$this->createCollection('transactionLogs');
break;
case 'projects':
$attributes = [
'pingCount',