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.
Lidarr/src/NzbDrone.Core/Datastore/Migration
Joseph Milazzo f97ed62fae
Partially implemented artist overview. Needs review
7 years ago
..
Framework don't log migrations during regular DB tests 7 years ago
001_initial_setup.cs Compilation: Fix case inconsistencies 9 years ago
002_remove_tvrage_imdb_unique_constraint.cs Compilation: Fix case inconsistencies 9 years ago
003_remove_clean_title_from_scene_mapping.cs
004_updated_history.cs
005_added_eventtype_to_history.cs
006_add_index_to_log_time.cs
007_add_renameEpisodes_to_naming.cs
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
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
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
016_updated_imported_history_item.cs
017_reset_scene_names.cs
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
022_move_indexer_to_generic_provider.cs
023_add_config_contract_to_indexers.cs
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
026_add_config_contract_to_notifications.cs
027_fix_omgwtfnzbs.cs
028_add_blacklist_table.cs
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
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
036_update_with_quality_converters.cs Removed unused using statements 8 years ago
037_add_configurable_qualities.cs Fixed: All migrations are now transactional and will rollback if failed 10 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 Profiles 10 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 Updated db migration testing framework so we only run migrations up to the one we're testing. 8 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 Removed unused using statements 8 years ago
086_pushbullet_device_ids.cs Updated db migration testing framework so we only run migrations up to the one we're testing. 8 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 Updated db migration testing framework so we only run migrations up to the one we're testing. 8 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_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 Fixed: Updated BTN api url. 7 years ago
107_remove_wombles.cs Fixed: Removed Womble indexer. 7 years ago
108_fix_extra_file_extension.cs First round of refactoring. 7 years ago
109_import_extra_files.cs True/False for config settings value 7 years ago
110_fix_extra_files_config.cs Tweaked default config for extra files import. 7 years ago
111_setup_music.cs Partially implemented artist overview. Needs review 7 years ago
112_Add_music_fields_to_NamingConfig.cs Fixing my epic fail of not setting the columns to allow null. 7 years ago