Add sorting by performer age (#6009)

This commit is contained in:
BigBangClock2
2025-11-09 23:49:40 +00:00
committed by GitHub
parent 638ebfc319
commit 1a9a62eae9
3 changed files with 32 additions and 0 deletions

View File

@@ -4131,6 +4131,13 @@ func TestSceneQuerySorting(t *testing.T) {
sceneIDs[sceneIdx1WithPerformer],
-1,
},
{
"performer_age",
"performer_age",
models.SortDirectionEnumDesc,
-1,
-1,
},
}
qb := db.Scene