feature add v_level index on video collection .
This commit is contained in:
@@ -71,6 +71,10 @@ return [
|
||||
'key' => ['v_box_office' => 1],
|
||||
'options' => ['unique' => false]
|
||||
],
|
||||
[
|
||||
'key' => ['v_level' => 1],
|
||||
'options' => ['unique' => false]
|
||||
],
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user