stash icon indicating copy to clipboard operation
stash copied to clipboard

Change performer height to be numeric

Open WithoutPants opened this issue 3 years ago • 0 comments

Resolves #2113

Migrates the performer height values from string to int. Any non-numeric performer height values will be lost during this migration.

Adds height_cm field to the performer type and filter criteria. The existing height field/criterion is deprecated and will convert from string to integer - failing if the conversion fails.

UI is modified to use the number criterion for height.

WithoutPants avatar Oct 31 '22 06:10 WithoutPants