1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

use internals table for collections

This commit is contained in:
Damodar Lohani 2021-08-19 14:43:10 +05:45
parent 39d4924fe8
commit 87415c3d95

View file

@ -287,7 +287,7 @@ $cli
], ],
'collections' => [ 'collections' => [
'metricPrefix' => 'database', 'metricPrefix' => 'database',
'namespace' => 'external', //new change will make this internal 'namespace' => 'internal',
'subCollections' => [ 'subCollections' => [
'documents' => [ 'documents' => [
'namespace' => 'external', 'namespace' => 'external',