This commit is contained in:
NULL
2025-08-18 20:25:47 +08:00
parent f795e105b6
commit 2a417068cb

View File

@@ -59,5 +59,10 @@ return [
'key' => ['n_have_chapter' => 1, 'n_forge_novel' => 1], 'key' => ['n_have_chapter' => 1, 'n_forge_novel' => 1],
'options' => ['unique' => false] 'options' => ['unique' => false]
], ],
[
'key' => ['n_forge_novel' => 1],
'options' => ['unique' => false]
],
] ]
]; ];