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
+