fix video rank cateogry en

This commit is contained in:
Default
2025-05-05 16:35:02 +08:00
parent cac9177838
commit 2060703010
3 changed files with 12 additions and 1 deletions

View File

@@ -10,9 +10,17 @@ return [
'key' => ['v_category' => 1],
'options' => ['unique' => false]
],
[
'key' => ['v_category_en' => 1],
'options' => ['unique' => false]
],
[
'key' => ['v_parent_category' => 1],
'options' => ['unique' => false]
],
[
'key' => ['v_parent_category_en' => 1],
'options' => ['unique' => false]
],
]
];