Radarr/src/NzbDrone.Core/Datastore/Migration
Mark McDowall 7921dd3f96 Fixed: Removed Titans of TV tracker
Closes #992
2015-12-17 00:46:02 -08:00
..
Framework Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
001_initial_setup.cs Compilation: Fix case inconsistencies 2015-05-12 23:17:51 +02:00
002_remove_tvrage_imdb_unique_constraint.cs Compilation: Fix case inconsistencies 2015-05-12 23:17:51 +02:00
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
009_fix_renameEpisodes.cs
010_add_monitored.cs
011_remove_ignored.cs
012_remove_custom_start_date.cs
013_add_air_date_utc.cs
014_drop_air_date.cs
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. 2015-10-03 21:14:06 +02:00
019_restore_unique_constraints.cs
020_add_year_and_seasons_to_series.cs Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
021_drop_seasons_table.cs
022_move_indexer_to_generic_provider.cs
023_add_config_contract_to_indexers.cs
024_drop_tvdb_episodeid.cs
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 Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
030_add_season_folder_format_to_naming_config.cs Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
031_delete_old_naming_config_columns.cs
032_set_default_release_group.cs
033_add_api_key_to_pushover.cs Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
034_remove_series_contraints.cs
035_add_series_folder_format_to_naming_config.cs
036_update_with_quality_converters.cs Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
037_add_configurable_qualities.cs
038_add_on_upgrade_to_notifications.cs
039_add_metadata_tables.cs
040_add_metadata_to_episodes_and_series.cs
041_fix_xbmc_season_images_metadata.cs
042_add_download_clients_table.cs
043_convert_config_to_download_clients.cs Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
044_fix_xbmc_episode_metadata.cs
045_add_indexes.cs
046_fix_nzb_su_url.cs
047_add_published_date_blacklist_column.cs
048_add_title_to_scenemappings.cs
049_fix_dognzb_url.cs
050_add_hash_to_metadata_files.cs
051_download_client_import.cs Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
052_add_columns_for_anime.cs
053_add_series_sorttitle.cs
054_rename_profiles.cs
055_drop_old_profile_columns.cs
056_add_mediainfo_to_episodefile.cs
057_convert_episode_file_path_to_relative.cs
058_drop_epsiode_file_path.cs
059_add_enable_options_to_indexers.cs
060_remove_enable_from_indexers.cs
061_clear_bad_scene_names.cs
062_convert_quality_models.cs Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
063_add_remotepathmappings.cs
064_add_remove_method_from_logs.cs
065_make_scene_numbering_nullable.cs
066_add_tags.cs De-dupe Tags 2015-02-13 17:04:07 -08:00
067_add_added_to_series.cs
068_add_release_restrictions.cs
069_quality_proper.cs Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
070_delay_profile.cs Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
071_unknown_quality_in_profile.cs
072_history_grabid.cs
073_clear_ratings.cs Fixed: Remove bad ratings from trakt 2014-12-30 15:39:57 -08:00
074_disable_eztv.cs Fixed: Disable EZTV when using the default URL 2015-01-17 21:42:19 -08:00
075_force_lib_update.cs forcing lib update on upgrade 2015-01-18 10:29:27 -08:00
076_add_users_table.cs New: Forms authentication 2015-02-01 22:33:53 -08:00
077_add_add_options_to_series.cs New: options when adding series, including the ability to search for all missing episodes 2015-02-02 09:03:25 -08:00
078_add_commands_table.cs Command queue 2015-03-16 22:07:02 -07:00
079_dedupe_tags.cs Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
081_move_dot_prefix_to_transmission_category.cs Fixed: Removed hardcoded dot prefix from the transmission category, making it configurable via the settings instead. 2015-03-05 20:44:41 +01:00
082_add_fanzub_settings.cs New: Fanzub url can now be modified (to be used only with alternative sites implementing the same api) 2015-03-04 22:41:22 +01:00
083_additonal_blacklist_columns.cs Blacklisting torrents and using more info to evaluate matches 2015-05-05 08:39:41 -07:00
084_update_quality_minmax_size.cs Fixed: Unlimited MaxSize and increased granularity. 2015-05-21 20:44:45 +02:00
085_expand_transmission_urlbase.cs Fixed: Added /transmission/ part to UrlBase in Transmission settings making it configurable. 2015-05-24 12:54:50 +02:00
086_pushbullet_device_ids.cs Improved PushBullet implementation (v2 API, multiple devices, channels) 2015-06-28 01:50:19 -07:00
087_remove_eztv.cs Fixed: Removed Eztv-like api support entirely since TorrentRss is now available. 2015-06-28 18:09:37 +02:00
088_pushbullet_devices_channels_list.cs Fix the build 2015-06-28 14:04:51 -07:00
089_add_on_rename_to_notifcations.cs Custom scripts 2015-07-20 10:49:54 -07:00
090_update_kickass_url.cs Updated migration number to 90 2015-07-01 11:44:43 -07:00
091_added_indexerstatus.cs New: Will now temporarily stop using an indexer if the indexer reported an error. 2015-07-20 21:09:16 +02:00
092_add_unverifiedscenenumbering.cs Fixed: Extrapolate scene numbering but won't auto import. 2015-07-20 21:05:48 +02:00
093_naming_config_replace_characters.cs New: Option to remove illegal characters 2015-10-04 13:13:14 -07:00
094_add_tvmazeid.cs Added support for tvmaze. 2015-10-09 22:36:10 +02:00
098_remove_titans_of_tv.cs Fixed: Removed Titans of TV tracker 2015-12-17 00:46:02 -08:00