mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 20:33:16 +01:00
* Add API support for filtering tags by parent / children * Add parent & child tags filters for tags to UI * Add API support for filtering tags by parent / child count * Add parent & child count filters for tags to UI * Update db generator * Add missing build tag * Add unit tests Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
18 lines
No EOL
321 B
YAML
18 lines
No EOL
321 B
YAML
database: generated.sqlite
|
|
scenes: 30000
|
|
images: 4000000
|
|
galleries: 1500
|
|
markers: 3000
|
|
performers: 10000
|
|
studios: 1500
|
|
tags: 1500
|
|
naming:
|
|
scenes: scene.txt
|
|
performers:
|
|
male: male.txt
|
|
female: female.txt
|
|
surname: surname.txt
|
|
galleries: scene.txt
|
|
studios: studio.txt
|
|
tags: scene.txt
|
|
images: scene.txt |