mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat(self-hosted): update migration for transactions collections
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user