mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
* Add penis length stat to performers. * Modified the UI to display and edit the stat. * Added the ability to filter floats to allow filtering by penis length. * Add circumcision stat to performer. * Refactor enum filtering * Change boolean filter to radio buttons * Return null for empty enum values --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2 lines
No EOL
121 B
SQL
2 lines
No EOL
121 B
SQL
ALTER TABLE `performers` ADD COLUMN `penis_length` float;
|
|
ALTER TABLE `performers` ADD COLUMN `circumcised` varchar[10]; |