stash/pkg/sqlite/migrations
skier233 7eae751d1c
Stash rating system (#2830)
* add rating100 fields to represent rating range 1-100
* deprecate existing (1-5) rating fields
* add half- and quarter-star options for rating system
* add decimal rating system option

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2022-11-16 09:31:44 +11:00
..
1_initial.down.sql
1_initial.up.sql
2_cover_image.up.sql Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
3_o_counter.up.sql
4_movie.up.sql
5_performer_gender.down.sql
5_performer_gender.up.sql
6_scenes_format.up.sql
7_performer_optimization.up.sql
8_movie_fix.up.sql
9_studios_parent_studio.up.sql
10_image_tables.up.sql
11_tag_image.up.sql
12_oshash.up.sql Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
12_postmigrate.go Only set video algorithm after migration 12 (#2946) 2022-09-26 11:27:53 +10:00
13_images.up.sql
14_stash_box_ids.up.sql
15_file_mod_time.up.sql Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
16_organized_flag.up.sql
17_reset_scene_size.up.sql
18_scene_galleries.up.sql
19_performer_tags.up.sql
20_phash.up.sql
21_performers_studios_details.up.sql
22_performers_studios_rating.up.sql
23_scenes_interactive.up.sql Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
24_tag_aliases.up.sql
25_saved_filters.up.sql
26_tag_hierarchy.up.sql
27_studio_aliases.up.sql
28_images_indexes.up.sql
29_interactive_speed.up.sql
30_ignore_autotag.up..sql
31_scenes_captions.up.sql
32_files.up.sql Handle null video durations in migration (#3021) 2022-10-20 10:58:42 +11:00
32_postmigrate.go Warn when failed to migrate from placeholder 2022-10-20 01:18:32 +00:00
32_premigrate.go [Files Refactor] Use batching for pre/post-migration (#2906) 2022-09-14 10:57:00 +10:00
33_noop.up.sql More timestamp corrections (#2933) 2022-09-20 13:52:37 +10:00
34_indexes.up.sql More timestamp corrections (#2933) 2022-09-20 13:52:37 +10:00
34_postmigrate.go More timestamp corrections (#2933) 2022-09-20 13:52:37 +10:00
35_assoc_tables.up.sql Ignore NULL values during migration 2022-10-20 01:01:18 +00:00
36_tags_description.up.sql Add descriptions to tags and display tag cards on hover (#2708) 2022-10-06 10:01:06 +11:00
37_iso_country_names.up.sql Change performer country value to be ISO code (#1922) 2022-10-28 16:37:57 +11:00
38_scenes_director_code.up.sql [Feature] Add fields director and (studio) code to scenes (#3051) 2022-11-07 18:16:52 +11:00
39_performer_height.up.sql Change performer height to be numeric (#3060) 2022-11-08 14:09:03 +11:00
40_newratings.up.sql Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
custom_migration.go