debug
This commit is contained in:
10
code/database/mongo/migrations/gan_rao_ma.php
Normal file
10
code/database/mongo/migrations/gan_rao_ma.php
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
return [
|
||||||
|
'collection' => 'gan_rao_ma',
|
||||||
|
'indexes' => [
|
||||||
|
[
|
||||||
|
'key' => ['grm_domain' => 1, 'grm_page_code' => 1, 'grm_page_line' => 1, 'grm_page_diff' => 1],
|
||||||
|
'options' => ['unique' => true]
|
||||||
|
],
|
||||||
|
]
|
||||||
|
];
|
||||||
Reference in New Issue
Block a user