feature add v_level index on video collection .

This commit is contained in:
Default
2025-05-06 14:55:50 +08:00
parent 506d4ce053
commit 11b2338413

View File

@@ -71,6 +71,10 @@ return [
'key' => ['v_box_office' => 1], 'key' => ['v_box_office' => 1],
'options' => ['unique' => false] 'options' => ['unique' => false]
], ],
[
'key' => ['v_level' => 1],
'options' => ['unique' => false]
],
] ]
]; ];