mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
rename stats collection
This commit is contained in:
@@ -1270,9 +1270,9 @@ $commonCollections = [
|
||||
]
|
||||
],
|
||||
|
||||
'stats' => [
|
||||
'stats_v2' => [
|
||||
'$collection' => ID::custom(Database::METADATA),
|
||||
'$id' => ID::custom('stats'),
|
||||
'$id' => ID::custom('stats_v2'),
|
||||
'name' => 'Stats',
|
||||
'attributes' => [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user