From c94636e2b34f1518ff5a2479323797bfd1276228 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 26 Apr 2017 11:45:07 -0700 Subject: [PATCH] Placeholders for language profile migrations --- .../102_add_language_to_episodeFiles_history_and_blacklist.cs | 1 + .../Datastore/Migration/111_create_language_profiles.cs | 1 + src/NzbDrone.Core/NzbDrone.Core.csproj | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 src/NzbDrone.Core/Datastore/Migration/102_add_language_to_episodeFiles_history_and_blacklist.cs create mode 100644 src/NzbDrone.Core/Datastore/Migration/111_create_language_profiles.cs diff --git a/src/NzbDrone.Core/Datastore/Migration/102_add_language_to_episodeFiles_history_and_blacklist.cs b/src/NzbDrone.Core/Datastore/Migration/102_add_language_to_episodeFiles_history_and_blacklist.cs new file mode 100644 index 000000000..8070cce3a --- /dev/null +++ b/src/NzbDrone.Core/Datastore/Migration/102_add_language_to_episodeFiles_history_and_blacklist.cs @@ -0,0 +1 @@ +// This is a placeholder for migration 102 \ No newline at end of file diff --git a/src/NzbDrone.Core/Datastore/Migration/111_create_language_profiles.cs b/src/NzbDrone.Core/Datastore/Migration/111_create_language_profiles.cs new file mode 100644 index 000000000..d6776a1ed --- /dev/null +++ b/src/NzbDrone.Core/Datastore/Migration/111_create_language_profiles.cs @@ -0,0 +1 @@ +// This is a placeholder for migration 111 \ No newline at end of file diff --git a/src/NzbDrone.Core/NzbDrone.Core.csproj b/src/NzbDrone.Core/NzbDrone.Core.csproj index 735d1a73f..985995744 100644 --- a/src/NzbDrone.Core/NzbDrone.Core.csproj +++ b/src/NzbDrone.Core/NzbDrone.Core.csproj @@ -248,6 +248,7 @@ + @@ -287,6 +288,7 @@ Code +