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.
Sonarr/src/NzbDrone.Core/Datastore/Migration
Bogdan 281add47de
Inline 'out' variable declarations
1 year ago
..
Framework Prefer AsSpan to Substring to avoid unnecessary allocation 1 year ago
001_initial_setup.cs StyleCop 2 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 StyleCop 2 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 Enforce comment spacing with Stylecop 2 years ago
018_remove_duplicates.cs StyleCop 2 years ago
019_restore_unique_constraints.cs StyleCop 2 years ago
020_add_year_and_seasons_to_series.cs StyleCop 2 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 StyleCop 2 years ago
028_add_blacklist_table.cs Blacklisting will trigger episode search 11 years ago
029_add_formats_to_naming_config.cs Enforce comment spacing with Stylecop 2 years ago
030_add_season_folder_format_to_naming_config.cs Enforce comment spacing with Stylecop 2 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 Enforce comment spacing with Stylecop 2 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 Inline 'out' variable declarations 1 year ago
037_add_configurable_qualities.cs StyleCop 2 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 StyleCop 2 years ago
044_fix_xbmc_episode_metadata.cs Enforce comment spacing with Stylecop 2 years ago
045_add_indexes.cs StyleCop 2 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 StyleCop 2 years ago
049_fix_dognzb_url.cs Fixed: dognzb API URL 10 years ago
050_add_hash_to_metadata_files.cs StyleCop 2 years ago
051_download_client_import.cs Remove unused imports 1 year ago
052_add_columns_for_anime.cs Enforce comment spacing with Stylecop 2 years ago
053_add_series_sorttitle.cs Fixed: Improved title sorting for 'A to Z' 10 years ago
054_rename_profiles.cs Enforce comment spacing with Stylecop 2 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 Enforce comment spacing with Stylecop 2 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 Inline 'out' variable declarations 1 year 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 StyleCop 2 years ago
070_delay_profile.cs Remove unused imports 1 year ago
071_unknown_quality_in_profile.cs StyleCop 2 years ago
072_history_grabid.cs StyleCop 2 years ago
073_clear_ratings.cs StyleCop 2 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 Remove unused imports 1 year 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 StyleCop 2 years ago
086_pushbullet_device_ids.cs Remove unused imports 1 year 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 StyleCop 2 years ago
089_add_on_rename_to_notifcations.cs Custom scripts 9 years ago
090_update_kickass_url.cs StyleCop 2 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
097_add_release_to_pending_releases.cs Store releases when download client is unavailable 7 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 Enforce comment spacing with Stylecop 2 years ago
102_add_language_to_episodeFiles_history_and_blacklist.cs Dapper and STJson 2 years ago
103_fix_metadata_file_extensions.cs Fixed: Migrations using old SQLite versions (Prior to 3.7.15) 8 years ago
104_remove_kickass.cs Fixed: Permanently removed kickass rss/api implementation. 7 years ago
105_rename_torrent_downloadstation.cs Renamed DownloadStation implementation to TorrentDownloadStation. 7 years ago
106_update_btn_url.cs Remove unused imports 1 year ago
107_remove_wombles.cs Fixed: Removed Womble indexer. 7 years ago
108_fix_extra_file_extension.cs StyleCop 2 years ago
109_import_extra_files.cs StyleCop 2 years ago
110_fix_extra_files_config.cs Tweaked default config for extra files import. 7 years ago
111_create_language_profiles.cs Dapper and STJson 2 years ago
112_added_regex_to_scenemapping.cs Remove unused imports 1 year ago
113_consolidate_indexer_baseurl.cs Remove unused imports 1 year ago
114_rename_indexer_status_id.cs Renamed IndexerStatus.IndexerId to ProviderId. 7 years ago
115_add_downloadclient_status.cs Fixed: Prevent Download Client from being queried every minute if it failed repeatedly similar to Indexer temporarily disabled logic. 7 years ago
116_disable_nyaa.cs Disable Nyaa forcibly. 7 years ago
117_add_webrip_and_br480_qualites_in_profile.cs StyleCop 2 years ago
118_add_history_eventType_index.cs history/since API endpoint 7 years ago
119_separate_automatic_and_interactive_searches.cs New: Separate automatic and interactive searches 6 years ago
120_update_series_episodes_history_indexes.cs Fixed db migration issue. 6 years ago
121_update_animetosho_url.cs New: Separate automatic and interactive searches 6 years ago
122_add_remux_qualities_in_profile.cs StyleCop 2 years ago
123_add_history_seriesId_index.cs v3 API 6 years ago
124_remove_media_browser_metadata.cs Fixed: Removed old Media Browser metadata 6 years ago
125_remove_notify_my_android_and_pushalot_notifications.cs Removed NotifyMyAndroid and Pushalot 6 years ago
126_add_custom_filters.cs v3 API 6 years ago
127_rename_release_profiles.cs Preferred words 6 years ago
128_rename_quality_profiles_add_upgrade_allowed.cs Upgrade FluentMigrator from 1.6.2 to v3 2 years ago
129_add_relative_original_path_to_episode_file.cs New: Include OriginalFilePath with Episode Files 6 years ago
130_episode_last_searched_time.cs New: Store last search time for EpisodeSearch 6 years ago
131_download_propers_config.cs Cleanup migration 131 5 years ago
132_add_download_client_priority.cs StyleCop 2 years ago
134_add_specials_folder_format.cs Remove unused imports 1 year ago
135_health_issue_notification.cs StyleCop 2 years ago
136_add_indexer_and_enabled_release_profiles.cs New: Added option to filter Release Profile to a specific indexer 4 years ago
137_add_airedbefore_to_episodes.cs New: Added aired-before field to kodi metadata to sort specials 4 years ago
138_remove_bitmetv.cs Belated removal of bitmetv and cleanup of usenet-crawler. 4 years ago
139_add_download_history.cs StyleCop 2 years ago
140_remove_chown_and_folderchmod_config.cs Remove unused imports 1 year ago
141_add_update_history.cs Remove unused imports 1 year ago
142_import_lists.cs StyleCop 2 years ago
143_add_priority_to_indexers.cs New: Index priority 4 years ago
144_import_lists_series_type_and_season_folder.cs StyleCop 2 years ago
145_remove_growl.cs StyleCop 2 years ago
146_cleanup_duplicates_updatehistory.cs StyleCop 2 years ago
147_swap_filechmod_for_folderchmod.cs Remove unused imports 1 year ago
148_mediainfo_channels.cs Fixed: Migrate Mediainfo properties that changed names 4 years ago
149_add_on_delete_to_notifications.cs StyleCop 2 years ago
150_add_scene_mapping_origin.cs Remove unused imports 1 year ago
151_remove_custom_filter_type.cs StyleCop 2 years ago
152_update_btn_url_to_https.cs Remove unused imports 1 year ago
153_add_on_episodefiledelete_for_upgrade.cs StyleCop 2 years ago
154_add_name_release_profile.cs New: Add name field to release profiles 3 years ago
155_add_arabic_and_hindi_languages.cs StyleCop 2 years ago
156_add_bypass_to_delay_profile.cs Remove unused imports 1 year ago
157_email_multiple_addresses.cs StyleCop 2 years ago
158_cdh_per_downloadclient.cs Remove unused imports 1 year ago
159_add_indexer_tags.cs New: Add tag support to indexers 3 years ago
160_rename_blacklist_to_blocklist.cs New: Renamed Blacklist to Blocklist 3 years ago
161_remove_plex_hometheater.cs Fixed: Pending Releases Migration 2 years ago
162_release_profile_to_array.cs StyleCop 2 years ago
163_mediainfo_to_ffmpeg.cs Use Contains(char) instead of Contains(string) for performance 1 year ago
164_download_client_per_indexer.cs StyleCop 2 years ago
165_add_on_update_to_notifications.cs New: OnApplicationUpdate Notifications 2 years ago
166_update_series_sort_title.cs Fixed: Sorting of some titles with acronyms or common words at the start 2 years ago
167_add_tvdbid_to_episode.cs New: Use TVDB's Episode ID as default uniqueid for Kodi metadata 2 years ago
168_add_additional_info_to_pending_releases.cs Fixed: Automatic import of releases when file is not matched to series 2 years ago
169_add_malayalam _and_ukrainian_languages.cs StyleCop 2 years ago
170_add_language_tags_to_subtitle_files.cs New: Preserve language tags when importing subtitle files 2 years ago
171_add_custom_formats.cs Fixed: Migrating case-sensitive Preferred Word REGEX to Custom Formats 1 year ago
172_add_SeasonSearchMaximumSingleEpisodeAge_to_indexers.cs New: Add maximum single episode age option (per indexer) 2 years ago
173_remove_omg.cs Remove OMG indexer 2 years ago
174_add_salt_to_users.cs New: Migrate user passwords to Pbkdf2 2 years ago
175_language_profiles_to_custom_formats.cs Enforce comment spacing with Stylecop 2 years ago
176_original_language.cs New: Store and use original Series language 2 years ago
177_add_on_manual_interaction_required_to_notifications.cs New: Notifications when Manual Interaction is required for importing 1 year ago
178_list_sync_time.cs Remove unused imports 1 year ago
179_add_auto_tagging.cs New: Auto tagging of series 2 years ago
180_task_duration.cs New: Store Task StartTime, Show Duration in UI 2 years ago
181_quality_definition_preferred_size.cs New: Quality Preferred Setting 1 year ago
182_add_bypass_to_delay_profile.cs New: Add bypass if above Custom Format Score to Delay Profile 1 year ago
183_update_images_remote_url.cs Fixed: Images for some series not downloading 1 year ago
184_remove_invalid_roksbox_metadata_images.cs Fixed: Don't handle images in metadata folder as Roksbox images 1 year ago
185_add_episode_runtime.cs Use episode runtime for size limits when available 1 year ago
186_add_result_to_commands.cs New: Add result to commands to report commands that did not complete successfully 1 year ago
187_add_on_series_add_to_notifications.cs New: On Add Series connection event 1 year ago
189_add_colon_replacement_to_naming_config.cs New: Colon replacement naming option 1 year ago
190_health_restored_notification.cs New: On Health Restored notification 1 year ago