stash/pkg/models/jsonschema
DingDongSoLong4 5580525c2d
SQLite model refactoring, part 2 (#3839)
* Treat empty image input as null
* Add validation to models.Date
* Allow zero dates in database
* Make scene_markers.scene_id non-nullable
* Drop scraped_items table
* Remove movie/studio checksum
* Add migration notes
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2023-07-13 12:15:02 +10:00
..
file_folder.go [Files Refactor] Don't require fingerprint calculation post-migrate (#2892) 2022-09-07 14:21:10 +10:00
folder.go Fix filename generation in export (#2883) 2022-09-06 07:04:52 +00:00
gallery.go Add Chapters for Galleries (#3289) 2023-03-16 15:04:54 +11:00
image.go [Feature] Images new fields : URL & Date (#3015) 2022-12-20 11:13:41 +11:00
movie.go Fix json filename generation (#2887) 2022-09-06 07:04:52 +00:00
performer.go Add penis length and circumcision stats to performers. (#3627) 2023-05-24 13:19:35 +10:00
performer_test.go Performer disambiguation and aliases (#3113) 2022-12-01 13:54:08 +11:00
scene.go Multiple scene URLs (#3852) 2023-07-12 11:51:52 +10:00
studio.go Fix json filename generation (#2887) 2022-09-06 07:04:52 +00:00
tag.go Add descriptions to tags and display tag cards on hover (#2708) 2022-10-06 10:01:06 +11:00
utils.go