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