You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Radarr/src/NzbDrone.Core/Datastore/Migration
ta264 057829c3b0
New: Multi target net framework 4.6.2 and net core 3.0
5 years ago
..
Framework Update FluentMigrator to v4 5 years ago
001_initial_setup.cs Searching for movies directly when adding them is now working. 8 years ago
002_remove_tvrage_imdb_unique_constraint.cs Compilation: Fix case inconsistencies 9 years ago
003_remove_clean_title_from_scene_mapping.cs Moved source code under src folder - massive change 11 years ago
004_updated_history.cs Fixes issue with History table. 8 years ago
005_added_eventtype_to_history.cs Moved source code under src folder - massive change 11 years ago
006_add_index_to_log_time.cs Moved source code under src folder - massive change 11 years ago
007_add_renameEpisodes_to_naming.cs Moved source code under src folder - massive change 11 years ago
008_remove_backlog.cs Fixed: All migrations are now transactional and will rollback if failed 10 years ago
009_fix_renameEpisodes.cs Fixed: All migrations are now transactional and will rollback if failed 10 years ago
010_add_monitored.cs Moved source code under src folder - massive change 11 years ago
011_remove_ignored.cs Fixed: All migrations are now transactional and will rollback if failed 10 years ago
012_remove_custom_start_date.cs Fixed: All migrations are now transactional and will rollback if failed 10 years ago
013_add_air_date_utc.cs Moved source code under src folder - massive change 11 years ago
014_drop_air_date.cs Fixed: All migrations are now transactional and will rollback if failed 10 years ago
015_add_air_date_as_string.cs Moved source code under src folder - massive change 11 years ago
016_updated_imported_history_item.cs Moved source code under src folder - massive change 11 years ago
017_reset_scene_names.cs Moved source code under src folder - massive change 11 years ago
018_remove_duplicates.cs Replaced built-in valuetypes with language keywords. 9 years ago
019_restore_unique_constraints.cs Fixed: All migrations are now transactional and will rollback if failed 10 years ago
020_add_year_and_seasons_to_series.cs Removed unused using statements 8 years ago
021_drop_seasons_table.cs Moved source code under src folder - massive change 11 years ago
022_move_indexer_to_generic_provider.cs cleaned up using directives. 11 years ago
023_add_config_contract_to_indexers.cs cleaned up using directives. 11 years ago
024_drop_tvdb_episodeid.cs Fixed: All migrations are now transactional and will rollback if failed 10 years ago
025_move_notification_to_generic_provider.cs Converted notifications to thingi provider 11 years ago
026_add_config_contract_to_notifications.cs Converted notifications to thingi provider 11 years ago
027_fix_omgwtfnzbs.cs Fixed omgwtfnzbs issues with null settings 11 years ago
028_add_blacklist_table.cs Blacklisting will trigger episode search 11 years ago
029_add_formats_to_naming_config.cs Removed unused using statements 8 years ago
030_add_season_folder_format_to_naming_config.cs Removed unused using statements 8 years ago
031_delete_old_naming_config_columns.cs Fixed: All migrations are now transactional and will rollback if failed 10 years ago
032_set_default_release_group.cs New: Release Group can now be used in rename patterns 11 years ago
033_add_api_key_to_pushover.cs Removed unused using statements 8 years ago
034_remove_series_contraints.cs Cleaned up using directive 10 years ago
035_add_series_folder_format_to_naming_config.cs New: Series Folder format now configurable (used when adding series only) 11 years ago
036_update_with_quality_converters.cs Added: Ability to add custom formats, working similar to qualities. (#2669) 6 years ago
037_add_configurable_qualities.cs Added: Ability to add custom formats, working similar to qualities. (#2669) 6 years ago
038_add_on_upgrade_to_notifications.cs New: Optionally disable notifications for upgraded episode files 10 years ago
039_add_metadata_tables.cs Fixed migration filenames, check if process has exited before waiting for exit 10 years ago
040_add_metadata_to_episodes_and_series.cs Fixed migration filenames, check if process has exited before waiting for exit 10 years ago
041_fix_xbmc_season_images_metadata.cs Couple XBMC Metadata fixes 10 years ago
042_add_download_clients_table.cs Reordered migrations after rebase 10 years ago
043_convert_config_to_download_clients.cs Replaced built-in valuetypes with language keywords. 9 years ago
044_fix_xbmc_episode_metadata.cs More xbmc metadata improvements 10 years ago
045_add_indexes.cs Renumbered migration after rebase 10 years ago
046_fix_nzb_su_url.cs Fixed: nzb.su URL changed to api.nzb.su 10 years ago
047_add_published_date_blacklist_column.cs Blacklisting improvements 10 years ago
048_add_title_to_scenemappings.cs Removed extra usings from migrations 10 years ago
049_fix_dognzb_url.cs Fixed: dognzb API URL 10 years ago
050_add_hash_to_metadata_files.cs Fixed migrations 10 years ago
051_download_client_import.cs Replaced built-in valuetypes with language keywords. 9 years ago
052_add_columns_for_anime.cs Anime! 10 years ago
053_add_series_sorttitle.cs Fixed: Improved title sorting for 'A to Z' 10 years ago
054_rename_profiles.cs Automatically downloading the best movie release works now. 8 years ago
055_drop_old_profile_columns.cs Fixed: All migrations are now transactional and will rollback if failed 10 years ago
056_add_mediainfo_to_episodefile.cs Cleaned up using directive 10 years ago
057_convert_episode_file_path_to_relative.cs Relative episode file paths 10 years ago
058_drop_epsiode_file_path.cs Fixed: All migrations are now transactional and will rollback if failed 10 years ago
059_add_enable_options_to_indexers.cs New: Enable/Disable RSS Sync/Searching on a per indexer basis 10 years ago
060_remove_enable_from_indexers.cs Fixed: All migrations are now transactional and will rollback if failed 10 years ago
061_clear_bad_scene_names.cs don't clear scenenames that are 40 char long. 10 years ago
062_convert_quality_models.cs Removed unused using statements 8 years ago
063_add_remotepathmappings.cs New: Added global Remote Path mapping table to replace individual Local Category Path settings. 10 years ago
064_add_remove_method_from_logs.cs removed method column from log db. 10 years ago
065_make_scene_numbering_nullable.cs Fixed: Will no longer cause an error when trying to parse an anime episode with absolute number 0. 10 years ago
066_add_tags.cs De-dupe Tags 9 years ago
067_add_added_to_series.cs New: Store date series was added in database 10 years ago
068_add_release_restrictions.cs Fixed the migration to release restrictions 10 years ago
069_quality_proper.cs Removed unused using statements 8 years ago
070_delay_profile.cs Updated db migration testing framework so we only run migrations up to the one we're testing. 8 years ago
071_unknown_quality_in_profile.cs Added: Ability to add custom formats, working similar to qualities. (#2669) 6 years ago
072_history_grabid.cs Removed unused using statements 8 years ago
073_clear_ratings.cs Fixed: Remove bad ratings from trakt 10 years ago
074_disable_eztv.cs Fixed: Disable EZTV when using the default URL 10 years ago
075_force_lib_update.cs Updated db migration testing framework so we only run migrations up to the one we're testing. 8 years ago
076_add_users_table.cs New: Forms authentication 9 years ago
077_add_add_options_to_series.cs New: options when adding series, including the ability to search for all missing episodes 9 years ago
078_add_commands_table.cs Command queue 9 years ago
079_dedupe_tags.cs Removed unused using statements 8 years ago
081_move_dot_prefix_to_transmission_category.cs Removed unused using statements 8 years ago
082_add_fanzub_settings.cs Removed unused using statements 8 years ago
083_additonal_blacklist_columns.cs Blacklisting torrents and using more info to evaluate matches 9 years ago
084_update_quality_minmax_size.cs Removed unused using statements 8 years ago
085_expand_transmission_urlbase.cs New: Multi target net framework 4.6.2 and net core 3.0 5 years ago
086_pushbullet_device_ids.cs New: Multi target net framework 4.6.2 and net core 3.0 5 years ago
087_remove_eztv.cs Fixed: Removed Eztv-like api support entirely since TorrentRss is now available. 9 years ago
088_pushbullet_devices_channels_list.cs New: Multi target net framework 4.6.2 and net core 3.0 5 years ago
089_add_on_rename_to_notifcations.cs Custom scripts 9 years ago
090_update_kickass_url.cs Updated db migration testing framework so we only run migrations up to the one we're testing. 8 years ago
091_added_indexerstatus.cs Removed unused using statements 8 years ago
092_add_unverifiedscenenumbering.cs Fixed: Extrapolate scene numbering but won't auto import. 9 years ago
093_naming_config_replace_characters.cs New: Option to remove illegal characters 9 years ago
094_add_tvmazeid.cs Added support for tvmaze. 9 years ago
095_add_additional_episodes_index.cs Added additional index to episodes table to speed up certain queries. 8 years ago
096_disable_kickass.cs Removed unused using statements 8 years ago
098_remove_titans_of_tv.cs Fixed: Removed Titans of TV tracker 9 years ago
099_extra_and_subtitle_files.cs Fixed: Failing database migration of metadata files without extensions 8 years ago
100_add_scene_season_number.cs Treat XEM aliases as SceneSeasonNumber 8 years ago
101_add_ultrahd_quality_in_profiles.cs Removed unused using statements 8 years ago
103_fix_metadata_file_extensions.cs Fixed: Migrations using old SQLite versions (Prior to 3.7.15) 8 years ago
104_add_moviefiles_table.cs Added: A Huge Cleanup of old Series Code. (Let's pray nothing breaks :P) (#2589) 6 years ago
105_fix_history_movieId.cs Fixes issue with History table. 8 years ago
106_add_tmdb_stuff.cs TheMovieDB.org is now used as metadata source. 8 years ago
107_fix_movie_files.cs Fix for Path column in MovieFiles table. 8 years ago
108_update_schedule_interval.cs Updated Interval to scan for finished downloads to .25 minutes. 8 years ago
109_add_movie_formats_to_naming_config.cs Update default formats 8 years ago
110_add_physical_release_to_table.cs Adding first implementation of release_dates for movies. 8 years ago
111_remove_bitmetv.cs Remove some indexers and fixed HDBits (#79) 8 years ago
112_remove_torrentleech.cs Remove some indexers and fixed HDBits (#79) 8 years ago
113_remove_broadcasthenet.cs Remove some indexers and fixed HDBits (#79) 8 years ago
114_remove_fanzub.cs removed indexer Fanzub - site shutdown 7 years ago
115_update_movie_sorttitle.cs Movies in list don't sort correctly #174 7 years ago
116_update_movie_sorttitle_again.cs Finally fix for sorting title (hopefully) 7 years ago
117_update_movie_file.cs Added: Ability to add custom formats, working similar to qualities. (#2669) 6 years ago
118_update_movie_slug.cs Onedr0p/3 8 17 (#1087) 7 years ago
119_add_youtube_trailer_id_table .cs Added trailer link to movie links (#255) (#282) 7 years ago
120_add_studio_to_table.cs Added movie studio to movie details page (#262) 7 years ago
121_update_filedate_config.cs Add Support for changing file date to either cinema or physical release. 7 years ago
122_add_movieid_to_blacklist.cs Blacklisting works now. 7 years ago
123_create_netimport_table.cs Movies can now be added monitored or unmonitored. 7 years ago
124_add_preferred_tags_to_profile.cs Added option to specify preferred words in quality profile. (#462) 7 years ago
125_fix_imdb_unique.cs Fix for movies without an imdbid. Fixes 176 7 years ago
126_update_qualities_and_profiles.cs migration migraine-tion 7 years ago
127_remove_wombles.cs Removed Wombles and Kickass, updated torrentpotato and torznab (#625) 7 years ago
128_remove_kickass.cs Removed Wombles and Kickass, updated torrentpotato and torznab (#625) 7 years ago
129_add_parsed_movie_info_to_pending_release.cs Patch/onedr0p (#716) 7 years ago
130_remove_wombles_kickass.cs New: Convert to New CSProj Format 5 years ago
131_make_parsed_episode_info_nullable.cs fix pending release table. 7 years ago
132_rename_torrent_downloadstation.cs Patch/onedr0p (#757) 7 years ago
133_add_minimumavailability.cs Added: A Huge Cleanup of old Series Code. (Let's pray nothing breaks :P) (#2589) 6 years ago
134_add_remux_qualities_for_the_wankers.cs Add remux 1080p and 2160p as qualities (#900) 7 years ago
135_add_haspredbentry_to_movies.cs PreDB Integration. Update Library is advisable 7 years ago
136_add_pathstate_to_movies.cs Added: A Huge Cleanup of old Series Code. (Let's pray nothing breaks :P) (#2589) 6 years ago
137_add_import_exclusions_table.cs Update FluentMigrator to v4 5 years ago
138_add_physical_release_note.cs Added: A Huge Cleanup of old Series Code. (Let's pray nothing breaks :P) (#2589) 6 years ago
139_fix_indexer_baseurl.cs Fix migration. 7 years ago
140_add_alternative_titles_table.cs Update FluentMigrator to v4 5 years ago
141_fix_duplicate_alt_titles.cs Fixed: Alternative Titles appearing multiple times. Duplicate alt titles will be deleted. Fixes #2040 7 years ago
142_movie_extras.cs Added: Importing extra files from downloaded movies and generate metadata such as .nfo (#2506) 6 years ago
143_clean_core_tv.cs Added: A Huge Cleanup of old Series Code. (Let's pray nothing breaks :P) (#2589) 6 years ago
144_add_cookies_to_indexer_status.cs Added: Radarr now stores cookies for PTP beyond restarts. Should limit active sessions correctly. (#2643) 6 years ago
145_banner_to_fanart.cs Fixed: Misc Extra File Improvements (This changes mapping of backdrop images to Fanart instead of Banner) (#2642) 6 years ago
146_naming_config_colon_replacement_format.cs Added: Setting for Colon Replacement Format (#2711) 6 years ago
147_add_custom_formats.cs Added: Ability to add custom formats, working similar to qualities. (#2669) 6 years ago
148_remove_extra_naming_config.cs Fixed: Rare timing issue on first-use causing duplicate naming config (#2790) 6 years ago
149_convert_regex_required_tags.cs Fixed: Migration would add double underscores for format tags without modifiers. Also fixed Radarr misparsing those tags and added migration to correct this. 6 years ago
150_fix_format_tags_double_underscore.cs Fixed: Migration would add double underscores for format tags without modifiers. Also fixed Radarr misparsing those tags and added migration to correct this. 6 years ago
151_add_tags_to_net_import.cs Added: Tags support to NetImport (Lists) (#3127) 5 years ago
152_add_custom_filters.cs New: Backend changes for new UI 5 years ago
153_indexer_client_status_search_changes.cs New: Loads of Backend Updates to Clients and Indexers 5 years ago
154_add_language_to_file_history_blacklist.cs New: Multi target net framework 4.6.2 and net core 3.0 5 years ago
155_add_update_allowed_quality_profile.cs Fixed: Changes to Profiles, Languages, Manual Import 5 years ago
156_add_download_client_priority.cs Fixed: Backend Updates from Sonarr 5 years ago
157_remove_growl_prowl.cs Changed: Remove growl and prowl 5 years ago
158_remove_plex_hometheatre.cs Fixed: Remove obsolete Plex HomeTheater/Client notifcations 5 years ago