Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 247.50 KB | None | 0 0
  1. 16-4-27 23:12:54.8|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.3953
  2. 16-4-27 23:12:55.2|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3. 16-4-27 23:12:55.5|Info|MigrationLogger|*** VersionMigration migrating ***
  4. 16-4-27 23:12:55.5|Debug|MigrationLogger|Beginning Transaction
  5. 16-4-27 23:12:55.5|Debug|MigrationLogger|CreateTable VersionInfo
  6. 16-4-27 23:12:55.5|Debug|MigrationLogger|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
  7. 16-4-27 23:12:55.5|Debug|MigrationLogger|Took: 00:00:00.0151030
  8. 16-4-27 23:12:55.5|Debug|MigrationLogger|Committing Transaction
  9. 16-4-27 23:12:55.5|Debug|MigrationLogger|VersionMigration migrated
  10. 16-4-27 23:12:55.5|Debug|MigrationLogger|Took: 00:00:00.0273478
  11. 16-4-27 23:12:55.6|Info|MigrationLogger|*** VersionUniqueMigration migrating ***
  12. 16-4-27 23:12:55.6|Debug|MigrationLogger|Beginning Transaction
  13. 16-4-27 23:12:55.6|Debug|MigrationLogger|CreateIndex VersionInfo (Version)
  14. 16-4-27 23:12:55.6|Debug|MigrationLogger|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
  15. 16-4-27 23:12:55.6|Debug|MigrationLogger|Took: 00:00:00.0050160
  16. 16-4-27 23:12:55.6|Debug|MigrationLogger|AlterTable VersionInfo
  17. 16-4-27 23:12:55.6|Debug|MigrationLogger|
  18. 16-4-27 23:12:55.6|Debug|MigrationLogger|Took: 00:00:00.0030015
  19. 16-4-27 23:12:55.6|Debug|MigrationLogger|CreateColumn VersionInfo AppliedOn DateTime
  20. 16-4-27 23:12:55.6|Debug|MigrationLogger|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
  21. 16-4-27 23:12:55.6|Debug|MigrationLogger|Took: 00:00:00.0047365
  22. 16-4-27 23:12:55.7|Debug|MigrationLogger|Committing Transaction
  23. 16-4-27 23:12:55.7|Debug|MigrationLogger|VersionUniqueMigration migrated
  24. 16-4-27 23:12:55.7|Debug|MigrationLogger|Took: 00:00:00.0140127
  25. 16-4-27 23:12:55.7|Info|MigrationLogger|*** VersionDescriptionMigration migrating ***
  26. 16-4-27 23:12:55.7|Debug|MigrationLogger|Beginning Transaction
  27. 16-4-27 23:12:55.7|Debug|MigrationLogger|AlterTable VersionInfo
  28. 16-4-27 23:12:55.7|Debug|MigrationLogger|
  29. 16-4-27 23:12:55.7|Debug|MigrationLogger|Took: 00:00:00.0040867
  30. 16-4-27 23:12:55.7|Debug|MigrationLogger|CreateColumn VersionInfo Description String
  31. 16-4-27 23:12:55.7|Debug|MigrationLogger|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
  32. 16-4-27 23:12:55.7|Debug|MigrationLogger|Took: 00:00:00.0033299
  33. 16-4-27 23:12:55.7|Debug|MigrationLogger|Committing Transaction
  34. 16-4-27 23:12:55.7|Debug|MigrationLogger|VersionDescriptionMigration migrated
  35. 16-4-27 23:12:55.7|Debug|MigrationLogger|Took: 00:00:00.0115417
  36. 16-4-27 23:12:55.7|Info|MigrationLogger|*** 1: InitialSetup migrating ***
  37. 16-4-27 23:12:55.7|Debug|MigrationLogger|Beginning Transaction
  38. 16-4-27 23:12:55.7|Info|InitialSetup|Starting migration to 1
  39. 16-4-27 23:12:55.7|Debug|MigrationLogger|CreateTable Config
  40. 16-4-27 23:12:55.7|Debug|MigrationLogger|CREATE TABLE "Config" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Key" TEXT NOT NULL, "Value" TEXT NOT NULL)
  41. 16-4-27 23:12:55.8|Debug|MigrationLogger|Took: 00:00:00.0055063
  42. 16-4-27 23:12:55.8|Debug|MigrationLogger|CreateIndex Config (Key)
  43. 16-4-27 23:12:55.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC)
  44. 16-4-27 23:12:55.8|Debug|MigrationLogger|Took: 00:00:00.0043656
  45. 16-4-27 23:12:55.8|Debug|MigrationLogger|CreateTable RootFolders
  46. 16-4-27 23:12:55.8|Debug|MigrationLogger|CREATE TABLE "RootFolders" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL)
  47. 16-4-27 23:12:55.8|Debug|MigrationLogger|Took: 00:00:00.0035096
  48. 16-4-27 23:12:55.8|Debug|MigrationLogger|CreateIndex RootFolders (Path)
  49. 16-4-27 23:12:55.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_RootFolders_Path" ON "RootFolders" ("Path" ASC)
  50. 16-4-27 23:12:55.8|Debug|MigrationLogger|Took: 00:00:00.0040057
  51. 16-4-27 23:12:55.8|Debug|MigrationLogger|CreateTable Series
  52. 16-4-27 23:12:55.8|Debug|MigrationLogger|CREATE TABLE "Series" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT NOT NULL, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "BacklogSetting" INTEGER NOT NULL, "Network" TEXT, "CustomStartDate" DATETIME, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME)
  53. 16-4-27 23:12:55.8|Debug|MigrationLogger|Took: 00:00:00.0060078
  54. 16-4-27 23:12:55.8|Debug|MigrationLogger|CreateIndex Series (TvdbId)
  55. 16-4-27 23:12:55.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  56. 16-4-27 23:12:55.8|Debug|MigrationLogger|Took: 00:00:00.0035033
  57. 16-4-27 23:12:55.8|Debug|MigrationLogger|CreateIndex Series (TvRageId)
  58. 16-4-27 23:12:55.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
  59. 16-4-27 23:12:55.8|Debug|MigrationLogger|Took: 00:00:00.0040069
  60. 16-4-27 23:12:55.8|Debug|MigrationLogger|CreateIndex Series (ImdbId)
  61. 16-4-27 23:12:55.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_ImdbId" ON "Series" ("ImdbId" ASC)
  62. 16-4-27 23:12:55.8|Debug|MigrationLogger|Took: 00:00:00.0040262
  63. 16-4-27 23:12:55.8|Debug|MigrationLogger|CreateIndex Series (TitleSlug)
  64. 16-4-27 23:12:55.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  65. 16-4-27 23:12:55.8|Debug|MigrationLogger|Took: 00:00:00.0050049
  66. 16-4-27 23:12:55.8|Debug|MigrationLogger|CreateTable Seasons
  67. 16-4-27 23:12:55.8|Debug|MigrationLogger|CREATE TABLE "Seasons" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "Ignored" INTEGER NOT NULL)
  68. 16-4-27 23:12:55.9|Debug|MigrationLogger|Took: 00:00:00.0059867
  69. 16-4-27 23:12:55.9|Debug|MigrationLogger|CreateTable Episodes
  70. 16-4-27 23:12:55.9|Debug|MigrationLogger|CREATE TABLE "Episodes" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvDbEpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "Ignored" INTEGER, "EpisodeFileId" INTEGER, "AirDate" DATETIME, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER)
  71. 16-4-27 23:12:55.9|Debug|MigrationLogger|Took: 00:00:00.0059752
  72. 16-4-27 23:12:55.9|Debug|MigrationLogger|CreateIndex Episodes (TvDbEpisodeId)
  73. 16-4-27 23:12:55.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
  74. 16-4-27 23:12:55.9|Debug|MigrationLogger|Took: 00:00:00.0040039
  75. 16-4-27 23:12:55.9|Debug|MigrationLogger|CreateTable EpisodeFiles
  76. 16-4-27 23:12:55.9|Debug|MigrationLogger|CREATE TABLE "EpisodeFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Path" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SceneName" TEXT, "ReleaseGroup" TEXT)
  77. 16-4-27 23:12:55.9|Debug|MigrationLogger|Took: 00:00:00.0040045
  78. 16-4-27 23:12:55.9|Debug|MigrationLogger|CreateIndex EpisodeFiles (Path)
  79. 16-4-27 23:12:55.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_EpisodeFiles_Path" ON "EpisodeFiles" ("Path" ASC)
  80. 16-4-27 23:12:55.9|Debug|MigrationLogger|Took: 00:00:00.0035034
  81. 16-4-27 23:12:55.9|Debug|MigrationLogger|CreateTable History
  82. 16-4-27 23:12:55.9|Debug|MigrationLogger|CREATE TABLE "History" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "NzbTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Indexer" TEXT NOT NULL, "NzbInfoUrl" TEXT, "ReleaseGroup" TEXT)
  83. 16-4-27 23:12:55.9|Debug|MigrationLogger|Took: 00:00:00.0045034
  84. 16-4-27 23:12:55.9|Debug|MigrationLogger|CreateTable Notifications
  85. 16-4-27 23:12:55.9|Debug|MigrationLogger|CREATE TABLE "Notifications" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "OnGrab" INTEGER NOT NULL, "OnDownload" INTEGER NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL)
  86. 16-4-27 23:12:55.9|Debug|MigrationLogger|Took: 00:00:00.0120214
  87. 16-4-27 23:12:55.9|Debug|MigrationLogger|CreateTable ScheduledTasks
  88. 16-4-27 23:12:56.0|Debug|MigrationLogger|CREATE TABLE "ScheduledTasks" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL)
  89. 16-4-27 23:12:56.0|Debug|MigrationLogger|Took: 00:00:00.0069396
  90. 16-4-27 23:12:56.0|Debug|MigrationLogger|CreateIndex ScheduledTasks (TypeName)
  91. 16-4-27 23:12:56.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
  92. 16-4-27 23:12:56.0|Debug|MigrationLogger|Took: 00:00:00.0070122
  93. 16-4-27 23:12:56.0|Debug|MigrationLogger|CreateTable Indexers
  94. 16-4-27 23:12:56.0|Debug|MigrationLogger|CREATE TABLE "Indexers" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT)
  95. 16-4-27 23:12:56.0|Debug|MigrationLogger|Took: 00:00:00.0081578
  96. 16-4-27 23:12:56.0|Debug|MigrationLogger|CreateIndex Indexers (Name)
  97. 16-4-27 23:12:56.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
  98. 16-4-27 23:12:56.0|Debug|MigrationLogger|Took: 00:00:00.0070206
  99. 16-4-27 23:12:56.0|Debug|MigrationLogger|CreateTable QualityProfiles
  100. 16-4-27 23:12:56.0|Debug|MigrationLogger|CREATE TABLE "QualityProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Allowed" TEXT NOT NULL)
  101. 16-4-27 23:12:56.0|Debug|MigrationLogger|Took: 00:00:00.0071202
  102. 16-4-27 23:12:56.0|Debug|MigrationLogger|CreateIndex QualityProfiles (Name)
  103. 16-4-27 23:12:56.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "QualityProfiles" ("Name" ASC)
  104. 16-4-27 23:12:56.1|Debug|MigrationLogger|Took: 00:00:00.0069946
  105. 16-4-27 23:12:56.1|Debug|MigrationLogger|CreateTable QualitySizes
  106. 16-4-27 23:12:56.1|Debug|MigrationLogger|CREATE TABLE "QualitySizes" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "QualityId" INTEGER NOT NULL, "Name" TEXT NOT NULL, "MinSize" INTEGER NOT NULL, "MaxSize" INTEGER NOT NULL)
  107. 16-4-27 23:12:56.1|Debug|MigrationLogger|Took: 00:00:00.0083375
  108. 16-4-27 23:12:56.1|Debug|MigrationLogger|CreateIndex QualitySizes (QualityId)
  109. 16-4-27 23:12:56.1|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualitySizes_QualityId" ON "QualitySizes" ("QualityId" ASC)
  110. 16-4-27 23:12:56.1|Debug|MigrationLogger|Took: 00:00:00.0089851
  111. 16-4-27 23:12:56.1|Debug|MigrationLogger|CreateIndex QualitySizes (Name)
  112. 16-4-27 23:12:56.1|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualitySizes_Name" ON "QualitySizes" ("Name" ASC)
  113. 16-4-27 23:12:56.1|Debug|MigrationLogger|Took: 00:00:00.0069902
  114. 16-4-27 23:12:56.1|Debug|MigrationLogger|CreateTable SceneMappings
  115. 16-4-27 23:12:56.1|Debug|MigrationLogger|CREATE TABLE "SceneMappings" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanTitle" TEXT NOT NULL, "SceneName" TEXT NOT NULL, "TvdbId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL)
  116. 16-4-27 23:12:56.2|Debug|MigrationLogger|Took: 00:00:00.0075208
  117. 16-4-27 23:12:56.2|Debug|MigrationLogger|CreateTable NamingConfig
  118. 16-4-27 23:12:56.2|Debug|MigrationLogger|CREATE TABLE "NamingConfig" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "UseSceneName" INTEGER NOT NULL, "Separator" TEXT NOT NULL, "NumberStyle" INTEGER NOT NULL, "IncludeSeriesTitle" INTEGER NOT NULL, "MultiEpisodeStyle" INTEGER NOT NULL, "IncludeEpisodeTitle" INTEGER NOT NULL, "IncludeQuality" INTEGER NOT NULL, "ReplaceSpaces" INTEGER NOT NULL, "SeasonFolderFormat" TEXT NOT NULL)
  119. 16-4-27 23:12:56.2|Debug|MigrationLogger|Took: 00:00:00.0105094
  120. 16-4-27 23:12:56.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2016-04-28T03:12:56', 'InitialSetup')
  121. 16-4-27 23:12:56.2|Debug|MigrationLogger|Committing Transaction
  122. 16-4-27 23:12:56.2|Debug|MigrationLogger|1: InitialSetup migrated
  123. 16-4-27 23:12:56.2|Debug|MigrationLogger|Took: 00:00:00.0709218
  124. 16-4-27 23:12:56.3|Info|MigrationLogger|*** 2: remove_tvrage_imdb_unique_constraint migrating ***
  125. 16-4-27 23:12:56.3|Debug|MigrationLogger|Beginning Transaction
  126. 16-4-27 23:12:56.3|Info|remove_tvrage_imdb_unique_constraint|Starting migration to 2
  127. 16-4-27 23:12:56.3|Debug|MigrationLogger|DeleteIndex Series (TvRageId)
  128. 16-4-27 23:12:56.3|Debug|MigrationLogger|DROP INDEX "IX_Series_TvRageId"
  129. 16-4-27 23:12:56.3|Debug|MigrationLogger|Took: 00:00:00.0079180
  130. 16-4-27 23:12:56.3|Debug|MigrationLogger|DeleteIndex Series (ImdbId)
  131. 16-4-27 23:12:56.3|Debug|MigrationLogger|DROP INDEX "IX_Series_ImdbId"
  132. 16-4-27 23:12:56.3|Debug|MigrationLogger|Took: 00:00:00.0075072
  133. 16-4-27 23:12:56.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2016-04-28T03:12:56', 'remove_tvrage_imdb_unique_constraint')
  134. 16-4-27 23:12:56.3|Debug|MigrationLogger|Committing Transaction
  135. 16-4-27 23:12:56.3|Debug|MigrationLogger|2: remove_tvrage_imdb_unique_constraint migrated
  136. 16-4-27 23:12:56.3|Debug|MigrationLogger|Took: 00:00:00.0324555
  137. 16-4-27 23:12:56.4|Info|MigrationLogger|*** 3: remove_renamed_scene_mapping_columns migrating ***
  138. 16-4-27 23:12:56.4|Debug|MigrationLogger|Beginning Transaction
  139. 16-4-27 23:12:56.4|Info|remove_renamed_scene_mapping_columns|Starting migration to 3
  140. 16-4-27 23:12:56.4|Debug|MigrationLogger|DeleteTable SceneMappings
  141. 16-4-27 23:12:56.4|Debug|MigrationLogger|DROP TABLE "SceneMappings"
  142. 16-4-27 23:12:56.4|Debug|MigrationLogger|Took: 00:00:00.0091213
  143. 16-4-27 23:12:56.4|Debug|MigrationLogger|CreateTable SceneMappings
  144. 16-4-27 23:12:56.4|Debug|MigrationLogger|CREATE TABLE "SceneMappings" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SearchTerm" TEXT NOT NULL, "ParseTerm" TEXT NOT NULL)
  145. 16-4-27 23:12:56.4|Debug|MigrationLogger|Took: 00:00:00.0074932
  146. 16-4-27 23:12:56.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2016-04-28T03:12:56', 'remove_renamed_scene_mapping_columns')
  147. 16-4-27 23:12:56.4|Debug|MigrationLogger|Committing Transaction
  148. 16-4-27 23:12:56.5|Debug|MigrationLogger|3: remove_renamed_scene_mapping_columns migrated
  149. 16-4-27 23:12:56.5|Debug|MigrationLogger|Took: 00:00:00.0344594
  150. 16-4-27 23:12:56.5|Info|MigrationLogger|*** 4: updated_history migrating ***
  151. 16-4-27 23:12:56.5|Debug|MigrationLogger|Beginning Transaction
  152. 16-4-27 23:12:56.5|Info|updated_history|Starting migration to 4
  153. 16-4-27 23:12:56.5|Debug|MigrationLogger|DeleteTable History
  154. 16-4-27 23:12:56.5|Debug|MigrationLogger|DROP TABLE "History"
  155. 16-4-27 23:12:56.5|Debug|MigrationLogger|Took: 00:00:00.0079981
  156. 16-4-27 23:12:56.5|Debug|MigrationLogger|CreateTable History
  157. 16-4-27 23:12:56.5|Debug|MigrationLogger|CREATE TABLE "History" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL)
  158. 16-4-27 23:12:56.5|Debug|MigrationLogger|Took: 00:00:00.0080123
  159. 16-4-27 23:12:56.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2016-04-28T03:12:56', 'updated_history')
  160. 16-4-27 23:12:56.6|Debug|MigrationLogger|Committing Transaction
  161. 16-4-27 23:12:56.6|Debug|MigrationLogger|4: updated_history migrated
  162. 16-4-27 23:12:56.6|Debug|MigrationLogger|Took: 00:00:00.0334730
  163. 16-4-27 23:12:56.6|Info|MigrationLogger|*** 5: added_eventtype_to_history migrating ***
  164. 16-4-27 23:12:56.6|Debug|MigrationLogger|Beginning Transaction
  165. 16-4-27 23:12:56.6|Info|added_eventtype_to_history|Starting migration to 5
  166. 16-4-27 23:12:56.6|Debug|MigrationLogger|AlterTable History
  167. 16-4-27 23:12:56.6|Debug|MigrationLogger|
  168. 16-4-27 23:12:56.6|Debug|MigrationLogger|Took: 00:00:00.0065198
  169. 16-4-27 23:12:56.6|Debug|MigrationLogger|CreateColumn History EventType Int32
  170. 16-4-27 23:12:56.6|Debug|MigrationLogger|ALTER TABLE "History" ADD COLUMN "EventType" INTEGER
  171. 16-4-27 23:12:56.6|Debug|MigrationLogger|Took: 00:00:00.0077805
  172. 16-4-27 23:12:56.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2016-04-28T03:12:56', 'added_eventtype_to_history')
  173. 16-4-27 23:12:56.7|Debug|MigrationLogger|Committing Transaction
  174. 16-4-27 23:12:56.7|Debug|MigrationLogger|5: added_eventtype_to_history migrated
  175. 16-4-27 23:12:56.7|Debug|MigrationLogger|Took: 00:00:00.0341277
  176. 16-4-27 23:12:56.7|Info|MigrationLogger|*** 6: add_index_to_log_time migrating ***
  177. 16-4-27 23:12:56.7|Debug|MigrationLogger|Beginning Transaction
  178. 16-4-27 23:12:56.7|Info|add_index_to_log_time|Starting migration to 6
  179. 16-4-27 23:12:56.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2016-04-28T03:12:56', 'add_index_to_log_time')
  180. 16-4-27 23:12:56.7|Debug|MigrationLogger|Committing Transaction
  181. 16-4-27 23:12:56.7|Debug|MigrationLogger|6: add_index_to_log_time migrated
  182. 16-4-27 23:12:56.8|Debug|MigrationLogger|Took: 00:00:00.0347867
  183. 16-4-27 23:12:56.8|Info|MigrationLogger|*** 7: add_renameEpisodes_to_naming migrating ***
  184. 16-4-27 23:12:56.8|Debug|MigrationLogger|Beginning Transaction
  185. 16-4-27 23:12:56.8|Info|add_renameEpisodes_to_naming|Starting migration to 7
  186. 16-4-27 23:12:56.8|Debug|MigrationLogger|AlterTable NamingConfig
  187. 16-4-27 23:12:56.8|Debug|MigrationLogger|
  188. 16-4-27 23:12:56.8|Debug|MigrationLogger|Took: 00:00:00.0080132
  189. 16-4-27 23:12:56.8|Debug|MigrationLogger|CreateColumn NamingConfig RenameEpisodes Boolean
  190. 16-4-27 23:12:56.8|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "RenameEpisodes" INTEGER
  191. 16-4-27 23:12:56.8|Debug|MigrationLogger|Took: 00:00:00.0108206
  192. 16-4-27 23:12:56.8|Debug|MigrationLogger|ExecuteSqlStatement UPDATE NamingConfig SET RenameEpisodes =~ UseSceneName
  193. 16-4-27 23:12:56.9|Debug|MigrationLogger|UPDATE NamingConfig SET RenameEpisodes =~ UseSceneName
  194. 16-4-27 23:12:56.9|Debug|MigrationLogger|Took: 00:00:00.0110163
  195. 16-4-27 23:12:56.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2016-04-28T03:12:56', 'add_renameEpisodes_to_naming')
  196. 16-4-27 23:12:56.9|Debug|MigrationLogger|Committing Transaction
  197. 16-4-27 23:12:56.9|Debug|MigrationLogger|7: add_renameEpisodes_to_naming migrated
  198. 16-4-27 23:12:56.9|Debug|MigrationLogger|Took: 00:00:00.0415008
  199. 16-4-27 23:12:56.9|Info|MigrationLogger|*** 8: remove_backlog migrating ***
  200. 16-4-27 23:12:56.9|Debug|MigrationLogger|Beginning Transaction
  201. 16-4-27 23:12:56.9|Info|remove_backlog|Starting migration to 8
  202. 16-4-27 23:12:57.0|Debug|MigrationLogger|DeleteColumn Series BacklogSetting
  203. 16-4-27 23:12:57.0|Debug|MigrationLogger|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT NOT NULL, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "CustomStartDate" DATETIME, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME)
  204. 16-4-27 23:12:57.0|Debug|MigrationLogger|INSERT INTO "Series_temp" SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "CustomStartDate", "UseSceneNumbering", "FirstAired", "NextAiring" FROM "Series"
  205. 16-4-27 23:12:57.0|Debug|MigrationLogger|DROP TABLE "Series"
  206. 16-4-27 23:12:57.0|Debug|MigrationLogger|ALTER TABLE "Series_temp" RENAME TO "Series"
  207. 16-4-27 23:12:57.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  208. 16-4-27 23:12:57.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  209. 16-4-27 23:12:57.0|Debug|MigrationLogger|Took: 00:00:00.0791702
  210. 16-4-27 23:12:57.0|Debug|MigrationLogger|DeleteColumn NamingConfig UseSceneName
  211. 16-4-27 23:12:57.1|Debug|MigrationLogger|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Separator" TEXT NOT NULL, "NumberStyle" INTEGER NOT NULL, "IncludeSeriesTitle" INTEGER NOT NULL, "MultiEpisodeStyle" INTEGER NOT NULL, "IncludeEpisodeTitle" INTEGER NOT NULL, "IncludeQuality" INTEGER NOT NULL, "ReplaceSpaces" INTEGER NOT NULL, "SeasonFolderFormat" TEXT NOT NULL, "RenameEpisodes" INTEGER)
  212. 16-4-27 23:12:57.1|Debug|MigrationLogger|INSERT INTO "NamingConfig_temp" SELECT "Id", "Separator", "NumberStyle", "IncludeSeriesTitle", "MultiEpisodeStyle", "IncludeEpisodeTitle", "IncludeQuality", "ReplaceSpaces", "SeasonFolderFormat", "RenameEpisodes" FROM "NamingConfig"
  213. 16-4-27 23:12:57.1|Debug|MigrationLogger|DROP TABLE "NamingConfig"
  214. 16-4-27 23:12:57.1|Debug|MigrationLogger|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
  215. 16-4-27 23:12:57.1|Debug|MigrationLogger|Took: 00:00:00.0424546
  216. 16-4-27 23:12:57.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2016-04-28T03:12:57', 'remove_backlog')
  217. 16-4-27 23:12:57.1|Debug|MigrationLogger|Committing Transaction
  218. 16-4-27 23:12:57.1|Debug|MigrationLogger|8: remove_backlog migrated
  219. 16-4-27 23:12:57.2|Debug|MigrationLogger|Took: 00:00:00.0850833
  220. 16-4-27 23:12:57.2|Info|MigrationLogger|*** 9: fix_rename_episodes migrating ***
  221. 16-4-27 23:12:57.2|Debug|MigrationLogger|Beginning Transaction
  222. 16-4-27 23:12:57.2|Info|fix_rename_episodes|Starting migration to 9
  223. 16-4-27 23:12:57.2|Debug|MigrationLogger|DeleteColumn NamingConfig SeasonFolderFormat
  224. 16-4-27 23:12:57.2|Debug|MigrationLogger|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Separator" TEXT NOT NULL, "NumberStyle" INTEGER NOT NULL, "IncludeSeriesTitle" INTEGER NOT NULL, "MultiEpisodeStyle" INTEGER NOT NULL, "IncludeEpisodeTitle" INTEGER NOT NULL, "IncludeQuality" INTEGER NOT NULL, "ReplaceSpaces" INTEGER NOT NULL, "RenameEpisodes" INTEGER)
  225. 16-4-27 23:12:57.2|Debug|MigrationLogger|INSERT INTO "NamingConfig_temp" SELECT "Id", "Separator", "NumberStyle", "IncludeSeriesTitle", "MultiEpisodeStyle", "IncludeEpisodeTitle", "IncludeQuality", "ReplaceSpaces", "RenameEpisodes" FROM "NamingConfig"
  226. 16-4-27 23:12:57.2|Debug|MigrationLogger|DROP TABLE "NamingConfig"
  227. 16-4-27 23:12:57.2|Debug|MigrationLogger|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
  228. 16-4-27 23:12:57.2|Debug|MigrationLogger|Took: 00:00:00.0332874
  229. 16-4-27 23:12:57.2|Debug|MigrationLogger|ExecuteSqlStatement UPDATE NamingConfig SET RenameEpisodes = 1 WHERE RenameEpisodes = -1
  230. 16-4-27 23:12:57.2|Debug|MigrationLogger|UPDATE NamingConfig SET RenameEpisodes = 1 WHERE RenameEpisodes = -1
  231. 16-4-27 23:12:57.3|Debug|MigrationLogger|Took: 00:00:00.0105149
  232. 16-4-27 23:12:57.3|Debug|MigrationLogger|ExecuteSqlStatement UPDATE NamingConfig SET RenameEpisodes = 0 WHERE RenameEpisodes = -2
  233. 16-4-27 23:12:57.3|Debug|MigrationLogger|UPDATE NamingConfig SET RenameEpisodes = 0 WHERE RenameEpisodes = -2
  234. 16-4-27 23:12:57.3|Debug|MigrationLogger|Took: 00:00:00.0130203
  235. 16-4-27 23:12:57.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2016-04-28T03:12:57', 'fix_rename_episodes')
  236. 16-4-27 23:12:57.3|Debug|MigrationLogger|Committing Transaction
  237. 16-4-27 23:12:57.4|Debug|MigrationLogger|9: fix_rename_episodes migrated
  238. 16-4-27 23:12:57.4|Debug|MigrationLogger|Took: 00:00:00.0621564
  239. 16-4-27 23:12:57.4|Info|MigrationLogger|*** 10: add_monitored migrating ***
  240. 16-4-27 23:12:57.4|Debug|MigrationLogger|Beginning Transaction
  241. 16-4-27 23:12:57.4|Info|add_monitored|Starting migration to 10
  242. 16-4-27 23:12:57.4|Debug|MigrationLogger|AlterTable Episodes
  243. 16-4-27 23:12:57.4|Debug|MigrationLogger|
  244. 16-4-27 23:12:57.5|Debug|MigrationLogger|Took: 00:00:00.0143381
  245. 16-4-27 23:12:57.5|Debug|MigrationLogger|CreateColumn Episodes Monitored Boolean
  246. 16-4-27 23:12:57.5|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "Monitored" INTEGER
  247. 16-4-27 23:12:57.5|Debug|MigrationLogger|Took: 00:00:00.0115153
  248. 16-4-27 23:12:57.5|Debug|MigrationLogger|AlterTable Seasons
  249. 16-4-27 23:12:57.5|Debug|MigrationLogger|
  250. 16-4-27 23:12:57.5|Debug|MigrationLogger|Took: 00:00:00.0115169
  251. 16-4-27 23:12:57.5|Debug|MigrationLogger|CreateColumn Seasons Monitored Boolean
  252. 16-4-27 23:12:57.6|Debug|MigrationLogger|ALTER TABLE "Seasons" ADD COLUMN "Monitored" INTEGER
  253. 16-4-27 23:12:57.6|Debug|MigrationLogger|Took: 00:00:00.0121108
  254. 16-4-27 23:12:57.6|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET Monitored = 1 WHERE Ignored = 0
  255. 16-4-27 23:12:57.6|Debug|MigrationLogger|UPDATE Episodes SET Monitored = 1 WHERE Ignored = 0
  256. 16-4-27 23:12:57.6|Debug|MigrationLogger|Took: 00:00:00.0150180
  257. 16-4-27 23:12:57.6|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET Monitored = 0 WHERE Ignored = 1
  258. 16-4-27 23:12:57.6|Debug|MigrationLogger|UPDATE Episodes SET Monitored = 0 WHERE Ignored = 1
  259. 16-4-27 23:12:57.7|Debug|MigrationLogger|Took: 00:00:00.0166090
  260. 16-4-27 23:12:57.7|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Seasons SET Monitored = 1 WHERE Ignored = 0
  261. 16-4-27 23:12:57.7|Debug|MigrationLogger|UPDATE Seasons SET Monitored = 1 WHERE Ignored = 0
  262. 16-4-27 23:12:57.7|Debug|MigrationLogger|Took: 00:00:00.0200281
  263. 16-4-27 23:12:57.7|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Seasons SET Monitored = 0 WHERE Ignored = 1
  264. 16-4-27 23:12:57.8|Debug|MigrationLogger|UPDATE Seasons SET Monitored = 0 WHERE Ignored = 1
  265. 16-4-27 23:12:57.8|Debug|MigrationLogger|Took: 00:00:00.0231209
  266. 16-4-27 23:12:57.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2016-04-28T03:12:57', 'add_monitored')
  267. 16-4-27 23:12:57.8|Debug|MigrationLogger|Committing Transaction
  268. 16-4-27 23:12:57.9|Debug|MigrationLogger|10: add_monitored migrated
  269. 16-4-27 23:12:57.9|Debug|MigrationLogger|Took: 00:00:00.0923804
  270. 16-4-27 23:12:57.9|Info|MigrationLogger|*** 11: remove_ignored migrating ***
  271. 16-4-27 23:12:57.9|Debug|MigrationLogger|Beginning Transaction
  272. 16-4-27 23:12:57.9|Info|remove_ignored|Starting migration to 11
  273. 16-4-27 23:12:58.0|Debug|MigrationLogger|DeleteColumn Seasons Ignored
  274. 16-4-27 23:12:58.0|Debug|MigrationLogger|CREATE TABLE "Seasons_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "Monitored" INTEGER)
  275. 16-4-27 23:12:58.0|Debug|MigrationLogger|INSERT INTO "Seasons_temp" SELECT "Id", "SeriesId", "SeasonNumber", "Monitored" FROM "Seasons"
  276. 16-4-27 23:12:58.0|Debug|MigrationLogger|DROP TABLE "Seasons"
  277. 16-4-27 23:12:58.1|Debug|MigrationLogger|ALTER TABLE "Seasons_temp" RENAME TO "Seasons"
  278. 16-4-27 23:12:58.1|Debug|MigrationLogger|Took: 00:00:00.0786701
  279. 16-4-27 23:12:58.1|Debug|MigrationLogger|DeleteColumn Episodes Ignored
  280. 16-4-27 23:12:58.1|Debug|MigrationLogger|CREATE TABLE "Episodes_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvDbEpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AirDate" DATETIME, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER)
  281. 16-4-27 23:12:58.1|Debug|MigrationLogger|INSERT INTO "Episodes_temp" SELECT "Id", "TvDbEpisodeId", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AirDate", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored" FROM "Episodes"
  282. 16-4-27 23:12:58.2|Debug|MigrationLogger|DROP TABLE "Episodes"
  283. 16-4-27 23:12:58.2|Debug|MigrationLogger|ALTER TABLE "Episodes_temp" RENAME TO "Episodes"
  284. 16-4-27 23:12:58.2|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
  285. 16-4-27 23:12:58.2|Debug|MigrationLogger|Took: 00:00:00.0908069
  286. 16-4-27 23:12:58.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2016-04-28T03:12:58', 'remove_ignored')
  287. 16-4-27 23:12:58.2|Debug|MigrationLogger|Committing Transaction
  288. 16-4-27 23:12:58.3|Debug|MigrationLogger|11: remove_ignored migrated
  289. 16-4-27 23:12:58.3|Debug|MigrationLogger|Took: 00:00:00.1518893
  290. 16-4-27 23:12:58.3|Info|MigrationLogger|*** 12: remove_custom_start_date migrating ***
  291. 16-4-27 23:12:58.3|Debug|MigrationLogger|Beginning Transaction
  292. 16-4-27 23:12:58.3|Info|remove_custom_start_date|Starting migration to 12
  293. 16-4-27 23:12:58.4|Debug|MigrationLogger|DeleteColumn Series CustomStartDate
  294. 16-4-27 23:12:58.4|Debug|MigrationLogger|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT NOT NULL, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME)
  295. 16-4-27 23:12:58.4|Debug|MigrationLogger|INSERT INTO "Series_temp" SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring" FROM "Series"
  296. 16-4-27 23:12:58.4|Debug|MigrationLogger|DROP TABLE "Series"
  297. 16-4-27 23:12:58.4|Debug|MigrationLogger|ALTER TABLE "Series_temp" RENAME TO "Series"
  298. 16-4-27 23:12:58.4|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  299. 16-4-27 23:12:58.4|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  300. 16-4-27 23:12:58.4|Debug|MigrationLogger|Took: 00:00:00.0643328
  301. 16-4-27 23:12:58.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2016-04-28T03:12:58', 'remove_custom_start_date')
  302. 16-4-27 23:12:58.5|Debug|MigrationLogger|Committing Transaction
  303. 16-4-27 23:12:58.5|Debug|MigrationLogger|12: remove_custom_start_date migrated
  304. 16-4-27 23:12:58.5|Debug|MigrationLogger|Took: 00:00:00.0893255
  305. 16-4-27 23:12:58.5|Info|MigrationLogger|*** 13: add_air_date_utc migrating ***
  306. 16-4-27 23:12:58.5|Debug|MigrationLogger|Beginning Transaction
  307. 16-4-27 23:12:58.5|Info|add_air_date_utc|Starting migration to 13
  308. 16-4-27 23:12:58.5|Debug|MigrationLogger|AlterTable Episodes
  309. 16-4-27 23:12:58.5|Debug|MigrationLogger|
  310. 16-4-27 23:12:58.5|Debug|MigrationLogger|Took: 00:00:00.0070125
  311. 16-4-27 23:12:58.5|Debug|MigrationLogger|CreateColumn Episodes AirDateUtc DateTime
  312. 16-4-27 23:12:58.5|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "AirDateUtc" DATETIME
  313. 16-4-27 23:12:58.5|Debug|MigrationLogger|Took: 00:00:00.0080058
  314. 16-4-27 23:12:58.5|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET AirDateUtc = AirDate
  315. 16-4-27 23:12:58.6|Debug|MigrationLogger|UPDATE Episodes SET AirDateUtc = AirDate
  316. 16-4-27 23:12:58.6|Debug|MigrationLogger|Took: 00:00:00.0110108
  317. 16-4-27 23:12:58.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2016-04-28T03:12:58', 'add_air_date_utc')
  318. 16-4-27 23:12:58.6|Debug|MigrationLogger|Committing Transaction
  319. 16-4-27 23:12:58.6|Debug|MigrationLogger|13: add_air_date_utc migrated
  320. 16-4-27 23:12:58.6|Debug|MigrationLogger|Took: 00:00:00.0440406
  321. 16-4-27 23:12:58.6|Info|MigrationLogger|*** 14: drop_air_date migrating ***
  322. 16-4-27 23:12:58.6|Debug|MigrationLogger|Beginning Transaction
  323. 16-4-27 23:12:58.7|Info|drop_air_date|Starting migration to 14
  324. 16-4-27 23:12:58.7|Debug|MigrationLogger|DeleteColumn Episodes AirDate
  325. 16-4-27 23:12:58.7|Debug|MigrationLogger|CREATE TABLE "Episodes_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvDbEpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER, "AirDateUtc" DATETIME)
  326. 16-4-27 23:12:58.7|Debug|MigrationLogger|INSERT INTO "Episodes_temp" SELECT "Id", "TvDbEpisodeId", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc" FROM "Episodes"
  327. 16-4-27 23:12:58.7|Debug|MigrationLogger|DROP TABLE "Episodes"
  328. 16-4-27 23:12:58.7|Debug|MigrationLogger|ALTER TABLE "Episodes_temp" RENAME TO "Episodes"
  329. 16-4-27 23:12:58.7|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
  330. 16-4-27 23:12:58.7|Debug|MigrationLogger|Took: 00:00:00.0662927
  331. 16-4-27 23:12:58.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2016-04-28T03:12:58', 'drop_air_date')
  332. 16-4-27 23:12:58.8|Debug|MigrationLogger|Committing Transaction
  333. 16-4-27 23:12:58.8|Debug|MigrationLogger|14: drop_air_date migrated
  334. 16-4-27 23:12:58.8|Debug|MigrationLogger|Took: 00:00:00.1288882
  335. 16-4-27 23:12:58.8|Info|MigrationLogger|*** 15: add_air_date_as_string migrating ***
  336. 16-4-27 23:12:58.8|Debug|MigrationLogger|Beginning Transaction
  337. 16-4-27 23:12:58.9|Info|add_air_date_as_string|Starting migration to 15
  338. 16-4-27 23:12:58.9|Debug|MigrationLogger|AlterTable Episodes
  339. 16-4-27 23:12:58.9|Debug|MigrationLogger|
  340. 16-4-27 23:12:58.9|Debug|MigrationLogger|Took: 00:00:00.0090077
  341. 16-4-27 23:12:58.9|Debug|MigrationLogger|CreateColumn Episodes AirDate String
  342. 16-4-27 23:12:58.9|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "AirDate" TEXT
  343. 16-4-27 23:12:58.9|Debug|MigrationLogger|Took: 00:00:00.0104001
  344. 16-4-27 23:12:58.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2016-04-28T03:12:58', 'add_air_date_as_string')
  345. 16-4-27 23:12:58.9|Debug|MigrationLogger|Committing Transaction
  346. 16-4-27 23:12:58.9|Debug|MigrationLogger|15: add_air_date_as_string migrated
  347. 16-4-27 23:12:59.0|Debug|MigrationLogger|Took: 00:00:00.0402015
  348. 16-4-27 23:12:59.0|Info|MigrationLogger|*** 16: updated_imported_history_item migrating ***
  349. 16-4-27 23:12:59.0|Debug|MigrationLogger|Beginning Transaction
  350. 16-4-27 23:12:59.0|Info|updated_imported_history_item|Starting migration to 16
  351. 16-4-27 23:12:59.0|Debug|MigrationLogger|ExecuteSqlStatement UPDATE HISTORY SET Data = replace( Data, '"Path"', '"ImportedPath"' ) WHERE EventType=3
  352. 16-4-27 23:12:59.0|Debug|MigrationLogger|UPDATE HISTORY SET Data = replace( Data, '"Path"', '"ImportedPath"' ) WHERE EventType=3
  353. 16-4-27 23:12:59.0|Debug|MigrationLogger|Took: 00:00:00.0124617
  354. 16-4-27 23:12:59.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2016-04-28T03:12:59', 'updated_imported_history_item')
  355. 16-4-27 23:12:59.0|Debug|MigrationLogger|Committing Transaction
  356. 16-4-27 23:12:59.1|Debug|MigrationLogger|16: updated_imported_history_item migrated
  357. 16-4-27 23:12:59.1|Debug|MigrationLogger|Took: 00:00:00.0512132
  358. 16-4-27 23:12:59.1|Info|MigrationLogger|*** 17: reset_scene_names migrating ***
  359. 16-4-27 23:12:59.1|Debug|MigrationLogger|Beginning Transaction
  360. 16-4-27 23:12:59.1|Info|reset_scene_names|Starting migration to 17
  361. 16-4-27 23:12:59.1|Debug|MigrationLogger|ExecuteSqlStatement UPDATE EpisodeFiles SET SceneName = NULL where SceneName != NULL
  362. 16-4-27 23:12:59.1|Debug|MigrationLogger|UPDATE EpisodeFiles SET SceneName = NULL where SceneName != NULL
  363. 16-4-27 23:12:59.1|Debug|MigrationLogger|Took: 00:00:00.0130150
  364. 16-4-27 23:12:59.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2016-04-28T03:12:59', 'reset_scene_names')
  365. 16-4-27 23:12:59.2|Debug|MigrationLogger|Committing Transaction
  366. 16-4-27 23:12:59.2|Debug|MigrationLogger|17: reset_scene_names migrated
  367. 16-4-27 23:12:59.2|Debug|MigrationLogger|Took: 00:00:00.0490523
  368. 16-4-27 23:12:59.2|Info|MigrationLogger|*** 18: remove_duplicates migrating ***
  369. 16-4-27 23:12:59.2|Debug|MigrationLogger|Beginning Transaction
  370. 16-4-27 23:12:59.2|Info|remove_duplicates|Starting migration to 18
  371. 16-4-27 23:12:59.3|Debug|MigrationLogger|PerformDBOperation
  372. 16-4-27 23:12:59.3|Debug|MigrationLogger|Performing DB Operation
  373. 16-4-27 23:12:59.3|Debug|MigrationLogger|Took: 00:00:00.0230260
  374. 16-4-27 23:12:59.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2016-04-28T03:12:59', 'remove_duplicates')
  375. 16-4-27 23:12:59.3|Debug|MigrationLogger|Committing Transaction
  376. 16-4-27 23:12:59.3|Debug|MigrationLogger|18: remove_duplicates migrated
  377. 16-4-27 23:12:59.3|Debug|MigrationLogger|Took: 00:00:00.0710906
  378. 16-4-27 23:12:59.4|Info|MigrationLogger|*** 19: restore_unique_constraints migrating ***
  379. 16-4-27 23:12:59.4|Debug|MigrationLogger|Beginning Transaction
  380. 16-4-27 23:12:59.4|Info|restore_unique_constraints|Starting migration to 19
  381. 16-4-27 23:12:59.4|Debug|MigrationLogger|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_Series_TvdbId"
  382. 16-4-27 23:12:59.4|Debug|MigrationLogger|DROP INDEX IF EXISTS "IX_Series_TvdbId"
  383. 16-4-27 23:12:59.5|Debug|MigrationLogger|Took: 00:00:00.0140169
  384. 16-4-27 23:12:59.5|Debug|MigrationLogger|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_Series_TitleSlug"
  385. 16-4-27 23:12:59.5|Debug|MigrationLogger|DROP INDEX IF EXISTS "IX_Series_TitleSlug"
  386. 16-4-27 23:12:59.5|Debug|MigrationLogger|Took: 00:00:00.0169294
  387. 16-4-27 23:12:59.5|Debug|MigrationLogger|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_Episodes_TvDbEpisodeId"
  388. 16-4-27 23:12:59.5|Debug|MigrationLogger|DROP INDEX IF EXISTS "IX_Episodes_TvDbEpisodeId"
  389. 16-4-27 23:12:59.6|Debug|MigrationLogger|Took: 00:00:00.0226583
  390. 16-4-27 23:12:59.6|Debug|MigrationLogger|CreateIndex Series (TvdbId)
  391. 16-4-27 23:12:59.6|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  392. 16-4-27 23:12:59.6|Debug|MigrationLogger|Took: 00:00:00.0206733
  393. 16-4-27 23:12:59.6|Debug|MigrationLogger|CreateIndex Series (TitleSlug)
  394. 16-4-27 23:12:59.7|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  395. 16-4-27 23:12:59.7|Debug|MigrationLogger|Took: 00:00:00.0185204
  396. 16-4-27 23:12:59.7|Debug|MigrationLogger|CreateIndex Episodes (TvDbEpisodeId)
  397. 16-4-27 23:12:59.7|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Episodes_TvDbEpisodeId" ON "Episodes" ("TvDbEpisodeId" ASC)
  398. 16-4-27 23:12:59.7|Debug|MigrationLogger|Took: 00:00:00.0170198
  399. 16-4-27 23:12:59.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2016-04-28T03:12:59', 'restore_unique_constraints')
  400. 16-4-27 23:12:59.8|Debug|MigrationLogger|Committing Transaction
  401. 16-4-27 23:12:59.8|Debug|MigrationLogger|19: restore_unique_constraints migrated
  402. 16-4-27 23:12:59.8|Debug|MigrationLogger|Took: 00:00:00.0831412
  403. 16-4-27 23:12:59.8|Info|MigrationLogger|*** 20: add_year_and_seasons_to_series migrating ***
  404. 16-4-27 23:12:59.9|Debug|MigrationLogger|Beginning Transaction
  405. 16-4-27 23:12:59.9|Info|add_year_and_seasons_to_series|Starting migration to 20
  406. 16-4-27 23:12:59.9|Debug|MigrationLogger|AlterTable Series
  407. 16-4-27 23:12:59.9|Debug|MigrationLogger|
  408. 16-4-27 23:12:59.9|Debug|MigrationLogger|Took: 00:00:00.0160156
  409. 16-4-27 23:12:59.9|Debug|MigrationLogger|CreateColumn Series Year Int32
  410. 16-4-27 23:12:59.9|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Year" INTEGER
  411. 16-4-27 23:13:00.0|Debug|MigrationLogger|Took: 00:00:00.0154841
  412. 16-4-27 23:13:00.0|Debug|MigrationLogger|AlterTable Series
  413. 16-4-27 23:13:00.0|Debug|MigrationLogger|
  414. 16-4-27 23:13:00.0|Debug|MigrationLogger|Took: 00:00:00.0140179
  415. 16-4-27 23:13:00.0|Debug|MigrationLogger|CreateColumn Series Seasons String
  416. 16-4-27 23:13:00.0|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Seasons" TEXT
  417. 16-4-27 23:13:00.0|Debug|MigrationLogger|Took: 00:00:00.0150572
  418. 16-4-27 23:13:00.1|Debug|MigrationLogger|PerformDBOperation
  419. 16-4-27 23:13:00.1|Debug|MigrationLogger|Performing DB Operation
  420. 16-4-27 23:13:00.1|Debug|MigrationLogger|Took: 00:00:00.0215269
  421. 16-4-27 23:13:00.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2016-04-28T03:13:00', 'add_year_and_seasons_to_series')
  422. 16-4-27 23:13:00.1|Debug|MigrationLogger|Committing Transaction
  423. 16-4-27 23:13:00.2|Debug|MigrationLogger|20: add_year_and_seasons_to_series migrated
  424. 16-4-27 23:13:00.2|Debug|MigrationLogger|Took: 00:00:00.0847550
  425. 16-4-27 23:13:00.2|Info|MigrationLogger|*** 21: drop_seasons_table migrating ***
  426. 16-4-27 23:13:00.2|Debug|MigrationLogger|Beginning Transaction
  427. 16-4-27 23:13:00.2|Info|drop_seasons_table|Starting migration to 21
  428. 16-4-27 23:13:00.3|Debug|MigrationLogger|DeleteTable Seasons
  429. 16-4-27 23:13:00.3|Debug|MigrationLogger|DROP TABLE "Seasons"
  430. 16-4-27 23:13:00.3|Debug|MigrationLogger|Took: 00:00:00.0140167
  431. 16-4-27 23:13:00.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2016-04-28T03:13:00', 'drop_seasons_table')
  432. 16-4-27 23:13:00.3|Debug|MigrationLogger|Committing Transaction
  433. 16-4-27 23:13:00.3|Debug|MigrationLogger|21: drop_seasons_table migrated
  434. 16-4-27 23:13:00.3|Debug|MigrationLogger|Took: 00:00:00.0545695
  435. 16-4-27 23:13:00.3|Info|MigrationLogger|*** 22: move_indexer_to_generic_provider migrating ***
  436. 16-4-27 23:13:00.3|Debug|MigrationLogger|Beginning Transaction
  437. 16-4-27 23:13:00.4|Info|move_indexer_to_generic_provider|Starting migration to 22
  438. 16-4-27 23:13:00.4|Debug|MigrationLogger|AlterTable Indexers
  439. 16-4-27 23:13:00.4|Debug|MigrationLogger|
  440. 16-4-27 23:13:00.4|Debug|MigrationLogger|Took: 00:00:00.0095092
  441. 16-4-27 23:13:00.4|Debug|MigrationLogger|CreateColumn Indexers ConfigContract String
  442. 16-4-27 23:13:00.4|Debug|MigrationLogger|ALTER TABLE "Indexers" ADD COLUMN "ConfigContract" TEXT
  443. 16-4-27 23:13:00.4|Debug|MigrationLogger|Took: 00:00:00.0070066
  444. 16-4-27 23:13:00.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2016-04-28T03:13:00', 'move_indexer_to_generic_provider')
  445. 16-4-27 23:13:00.4|Debug|MigrationLogger|Committing Transaction
  446. 16-4-27 23:13:00.4|Debug|MigrationLogger|22: move_indexer_to_generic_provider migrated
  447. 16-4-27 23:13:00.5|Debug|MigrationLogger|Took: 00:00:00.0298644
  448. 16-4-27 23:13:00.5|Info|MigrationLogger|*** 23: add_config_contract_to_indexers migrating ***
  449. 16-4-27 23:13:00.5|Debug|MigrationLogger|Beginning Transaction
  450. 16-4-27 23:13:00.5|Info|add_config_contract_to_indexers|Starting migration to 23
  451. 16-4-27 23:13:00.5|Debug|MigrationLogger|UpdateData
  452. 16-4-27 23:13:00.5|Debug|MigrationLogger|UPDATE "Indexers" SET "ConfigContract" = 'NewznabSettings' WHERE "Implementation" = 'Newznab'
  453. 16-4-27 23:13:00.5|Debug|MigrationLogger|Took: 00:00:00.0125120
  454. 16-4-27 23:13:00.5|Debug|MigrationLogger|UpdateData
  455. 16-4-27 23:13:00.5|Debug|MigrationLogger|UPDATE "Indexers" SET "ConfigContract" = 'OmgwtfnzbsSettings' WHERE "Implementation" = 'Omgwtfnzbs'
  456. 16-4-27 23:13:00.5|Debug|MigrationLogger|Took: 00:00:00.0087685
  457. 16-4-27 23:13:00.5|Debug|MigrationLogger|UpdateData
  458. 16-4-27 23:13:00.6|Debug|MigrationLogger|UPDATE "Indexers" SET "ConfigContract" = 'NullConfig' WHERE "Implementation" = 'Wombles'
  459. 16-4-27 23:13:00.6|Debug|MigrationLogger|Took: 00:00:00.0070082
  460. 16-4-27 23:13:00.6|Debug|MigrationLogger|UpdateData
  461. 16-4-27 23:13:00.6|Debug|MigrationLogger|UPDATE "Indexers" SET "ConfigContract" = 'NullConfig' WHERE "Implementation" = 'Eztv'
  462. 16-4-27 23:13:00.6|Debug|MigrationLogger|Took: 00:00:00.0075072
  463. 16-4-27 23:13:00.6|Debug|MigrationLogger|FluentMigrator.Expressions.DeleteDataExpression
  464. 16-4-27 23:13:00.6|Debug|MigrationLogger|DELETE FROM "Indexers" WHERE "ConfigContract" IS NULL
  465. 16-4-27 23:13:00.6|Debug|MigrationLogger|Took: 00:00:00.0100094
  466. 16-4-27 23:13:00.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2016-04-28T03:13:00', 'add_config_contract_to_indexers')
  467. 16-4-27 23:13:00.6|Debug|MigrationLogger|Committing Transaction
  468. 16-4-27 23:13:00.6|Debug|MigrationLogger|23: add_config_contract_to_indexers migrated
  469. 16-4-27 23:13:00.6|Debug|MigrationLogger|Took: 00:00:00.0350427
  470. 16-4-27 23:13:00.7|Info|MigrationLogger|*** 24: drop_tvdb_episodeid migrating ***
  471. 16-4-27 23:13:00.7|Debug|MigrationLogger|Beginning Transaction
  472. 16-4-27 23:13:00.7|Info|drop_tvdb_episodeid|Starting migration to 24
  473. 16-4-27 23:13:00.7|Debug|MigrationLogger|DeleteColumn Episodes TvDbEpisodeId
  474. 16-4-27 23:13:00.7|Debug|MigrationLogger|CREATE TABLE "Episodes_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER, "AirDateUtc" DATETIME, "AirDate" TEXT)
  475. 16-4-27 23:13:00.7|Debug|MigrationLogger|INSERT INTO "Episodes_temp" SELECT "Id", "SeriesId", "SeasonNumber", "EpisodeNumber", "Title", "Overview", "EpisodeFileId", "AbsoluteEpisodeNumber", "SceneAbsoluteEpisodeNumber", "SceneSeasonNumber", "SceneEpisodeNumber", "Monitored", "AirDateUtc", "AirDate" FROM "Episodes"
  476. 16-4-27 23:13:00.7|Debug|MigrationLogger|DROP TABLE "Episodes"
  477. 16-4-27 23:13:00.7|Debug|MigrationLogger|ALTER TABLE "Episodes_temp" RENAME TO "Episodes"
  478. 16-4-27 23:13:00.7|Debug|MigrationLogger|Took: 00:00:00.0374678
  479. 16-4-27 23:13:00.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2016-04-28T03:13:00', 'drop_tvdb_episodeid')
  480. 16-4-27 23:13:00.8|Debug|MigrationLogger|Committing Transaction
  481. 16-4-27 23:13:00.8|Debug|MigrationLogger|24: drop_tvdb_episodeid migrated
  482. 16-4-27 23:13:00.8|Debug|MigrationLogger|Took: 00:00:00.0630010
  483. 16-4-27 23:13:00.8|Info|MigrationLogger|*** 25: move_notification_to_generic_provider migrating ***
  484. 16-4-27 23:13:00.8|Debug|MigrationLogger|Beginning Transaction
  485. 16-4-27 23:13:00.8|Info|move_notification_to_generic_provider|Starting migration to 25
  486. 16-4-27 23:13:00.8|Debug|MigrationLogger|AlterTable Notifications
  487. 16-4-27 23:13:00.8|Debug|MigrationLogger|
  488. 16-4-27 23:13:00.8|Debug|MigrationLogger|Took: 00:00:00.0075003
  489. 16-4-27 23:13:00.8|Debug|MigrationLogger|CreateColumn Notifications ConfigContract String
  490. 16-4-27 23:13:00.8|Debug|MigrationLogger|ALTER TABLE "Notifications" ADD COLUMN "ConfigContract" TEXT
  491. 16-4-27 23:13:00.8|Debug|MigrationLogger|Took: 00:00:00.0090717
  492. 16-4-27 23:13:00.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2016-04-28T03:13:00', 'move_notification_to_generic_provider')
  493. 16-4-27 23:13:00.9|Debug|MigrationLogger|Committing Transaction
  494. 16-4-27 23:13:00.9|Debug|MigrationLogger|25: move_notification_to_generic_provider migrated
  495. 16-4-27 23:13:00.9|Debug|MigrationLogger|Took: 00:00:00.0348094
  496. 16-4-27 23:13:00.9|Info|MigrationLogger|*** 26: add_config_contract_to_notifications migrating ***
  497. 16-4-27 23:13:00.9|Debug|MigrationLogger|Beginning Transaction
  498. 16-4-27 23:13:00.9|Info|add_config_contract_to_notifications|Starting migration to 26
  499. 16-4-27 23:13:00.9|Debug|MigrationLogger|UpdateData
  500. 16-4-27 23:13:00.9|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'EmailSettings' WHERE "Implementation" = 'Email'
  501. 16-4-27 23:13:00.9|Debug|MigrationLogger|Took: 00:00:00.0076992
  502. 16-4-27 23:13:00.9|Debug|MigrationLogger|UpdateData
  503. 16-4-27 23:13:01.0|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'GrowlSettings' WHERE "Implementation" = 'Growl'
  504. 16-4-27 23:13:01.0|Debug|MigrationLogger|Took: 00:00:00.0076021
  505. 16-4-27 23:13:01.0|Debug|MigrationLogger|UpdateData
  506. 16-4-27 23:13:01.0|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'NotifyMyAndroidSettings' WHERE "Implementation" = 'NotifyMyAndroid'
  507. 16-4-27 23:13:01.0|Debug|MigrationLogger|Took: 00:00:00.0080067
  508. 16-4-27 23:13:01.0|Debug|MigrationLogger|UpdateData
  509. 16-4-27 23:13:01.0|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'PlexClientSettings' WHERE "Implementation" = 'PlexClient'
  510. 16-4-27 23:13:01.0|Debug|MigrationLogger|Took: 00:00:00.0085215
  511. 16-4-27 23:13:01.0|Debug|MigrationLogger|UpdateData
  512. 16-4-27 23:13:01.0|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'PlexServerSettings' WHERE "Implementation" = 'PlexServer'
  513. 16-4-27 23:13:01.0|Debug|MigrationLogger|Took: 00:00:00.0095210
  514. 16-4-27 23:13:01.0|Debug|MigrationLogger|UpdateData
  515. 16-4-27 23:13:01.1|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'ProwlSettings' WHERE "Implementation" = 'Prowl'
  516. 16-4-27 23:13:01.1|Debug|MigrationLogger|Took: 00:00:00.0070774
  517. 16-4-27 23:13:01.1|Debug|MigrationLogger|UpdateData
  518. 16-4-27 23:13:01.1|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'PushBulletSettings' WHERE "Implementation" = 'PushBullet'
  519. 16-4-27 23:13:01.1|Debug|MigrationLogger|Took: 00:00:00.0080077
  520. 16-4-27 23:13:01.1|Debug|MigrationLogger|UpdateData
  521. 16-4-27 23:13:01.1|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'PushoverSettings' WHERE "Implementation" = 'Pushover'
  522. 16-4-27 23:13:01.1|Debug|MigrationLogger|Took: 00:00:00.0075075
  523. 16-4-27 23:13:01.1|Debug|MigrationLogger|UpdateData
  524. 16-4-27 23:13:01.1|Debug|MigrationLogger|UPDATE "Notifications" SET "ConfigContract" = 'XbmcSettings' WHERE "Implementation" = 'Xbmc'
  525. 16-4-27 23:13:01.1|Debug|MigrationLogger|Took: 00:00:00.0070756
  526. 16-4-27 23:13:01.1|Debug|MigrationLogger|FluentMigrator.Expressions.DeleteDataExpression
  527. 16-4-27 23:13:01.1|Debug|MigrationLogger|DELETE FROM "Notifications" WHERE "ConfigContract" IS NULL
  528. 16-4-27 23:13:01.1|Debug|MigrationLogger|Took: 00:00:00.0078035
  529. 16-4-27 23:13:01.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2016-04-28T03:13:01', 'add_config_contract_to_notifications')
  530. 16-4-27 23:13:01.2|Debug|MigrationLogger|Committing Transaction
  531. 16-4-27 23:13:01.2|Debug|MigrationLogger|26: add_config_contract_to_notifications migrated
  532. 16-4-27 23:13:01.2|Debug|MigrationLogger|Took: 00:00:00.0332691
  533. 16-4-27 23:13:01.2|Info|MigrationLogger|*** 27: fix_omgwtfnzbs migrating ***
  534. 16-4-27 23:13:01.2|Debug|MigrationLogger|Beginning Transaction
  535. 16-4-27 23:13:01.2|Info|fix_omgwtfnzbs|Starting migration to 27
  536. 16-4-27 23:13:01.2|Debug|MigrationLogger|UpdateData
  537. 16-4-27 23:13:01.2|Debug|MigrationLogger|UPDATE "Indexers" SET "ConfigContract" = 'OmgwtfnzbsSettings' WHERE "Implementation" = 'Omgwtfnzbs'
  538. 16-4-27 23:13:01.2|Debug|MigrationLogger|Took: 00:00:00.0084213
  539. 16-4-27 23:13:01.2|Debug|MigrationLogger|UpdateData
  540. 16-4-27 23:13:01.3|Debug|MigrationLogger|UPDATE "Indexers" SET "Settings" = '{}' WHERE "Implementation" = 'Omgwtfnzbs' AND "Settings" IS NULL
  541. 16-4-27 23:13:01.3|Debug|MigrationLogger|Took: 00:00:00.0074987
  542. 16-4-27 23:13:01.3|Debug|MigrationLogger|UpdateData
  543. 16-4-27 23:13:01.3|Debug|MigrationLogger|UPDATE "Indexers" SET "Settings" = '{}' WHERE "Implementation" = 'Omgwtfnzbs' AND "Settings" = ''
  544. 16-4-27 23:13:01.3|Debug|MigrationLogger|Took: 00:00:00.0085085
  545. 16-4-27 23:13:01.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2016-04-28T03:13:01', 'fix_omgwtfnzbs')
  546. 16-4-27 23:13:01.3|Debug|MigrationLogger|Committing Transaction
  547. 16-4-27 23:13:01.3|Debug|MigrationLogger|27: fix_omgwtfnzbs migrated
  548. 16-4-27 23:13:01.3|Debug|MigrationLogger|Took: 00:00:00.0332842
  549. 16-4-27 23:13:01.3|Info|MigrationLogger|*** 28: add_blacklist_table migrating ***
  550. 16-4-27 23:13:01.3|Debug|MigrationLogger|Beginning Transaction
  551. 16-4-27 23:13:01.4|Info|add_blacklist_table|Starting migration to 28
  552. 16-4-27 23:13:01.4|Debug|MigrationLogger|CreateTable Blacklist
  553. 16-4-27 23:13:01.4|Debug|MigrationLogger|CREATE TABLE "Blacklist" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "EpisodeIds" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL)
  554. 16-4-27 23:13:01.4|Debug|MigrationLogger|Took: 00:00:00.0090161
  555. 16-4-27 23:13:01.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2016-04-28T03:13:01', 'add_blacklist_table')
  556. 16-4-27 23:13:01.4|Debug|MigrationLogger|Committing Transaction
  557. 16-4-27 23:13:01.4|Debug|MigrationLogger|28: add_blacklist_table migrated
  558. 16-4-27 23:13:01.4|Debug|MigrationLogger|Took: 00:00:00.0352460
  559. 16-4-27 23:13:01.4|Info|MigrationLogger|*** 29: add_formats_to_naming_config migrating ***
  560. 16-4-27 23:13:01.4|Debug|MigrationLogger|Beginning Transaction
  561. 16-4-27 23:13:01.4|Info|add_formats_to_naming_config|Starting migration to 29
  562. 16-4-27 23:13:01.5|Debug|MigrationLogger|AlterTable NamingConfig
  563. 16-4-27 23:13:01.5|Debug|MigrationLogger|
  564. 16-4-27 23:13:01.5|Debug|MigrationLogger|Took: 00:00:00.0065064
  565. 16-4-27 23:13:01.5|Debug|MigrationLogger|CreateColumn NamingConfig StandardEpisodeFormat String
  566. 16-4-27 23:13:01.5|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "StandardEpisodeFormat" TEXT
  567. 16-4-27 23:13:01.5|Debug|MigrationLogger|Took: 00:00:00.0080077
  568. 16-4-27 23:13:01.5|Debug|MigrationLogger|AlterTable NamingConfig
  569. 16-4-27 23:13:01.5|Debug|MigrationLogger|
  570. 16-4-27 23:13:01.5|Debug|MigrationLogger|Took: 00:00:00.0085100
  571. 16-4-27 23:13:01.5|Debug|MigrationLogger|CreateColumn NamingConfig DailyEpisodeFormat String
  572. 16-4-27 23:13:01.5|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "DailyEpisodeFormat" TEXT
  573. 16-4-27 23:13:01.5|Debug|MigrationLogger|Took: 00:00:00.0080126
  574. 16-4-27 23:13:01.5|Debug|MigrationLogger|PerformDBOperation
  575. 16-4-27 23:13:01.5|Debug|MigrationLogger|Performing DB Operation
  576. 16-4-27 23:13:01.6|Debug|MigrationLogger|Took: 00:00:00.0190184
  577. 16-4-27 23:13:01.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2016-04-28T03:13:01', 'add_formats_to_naming_config')
  578. 16-4-27 23:13:01.6|Debug|MigrationLogger|Committing Transaction
  579. 16-4-27 23:13:01.6|Debug|MigrationLogger|29: add_formats_to_naming_config migrated
  580. 16-4-27 23:13:01.6|Debug|MigrationLogger|Took: 00:00:00.0662287
  581. 16-4-27 23:13:01.6|Info|MigrationLogger|*** 30: add_season_folder_format_to_naming_config migrating ***
  582. 16-4-27 23:13:01.7|Debug|MigrationLogger|Beginning Transaction
  583. 16-4-27 23:13:01.7|Info|add_season_folder_format_to_naming_config|Starting migration to 30
  584. 16-4-27 23:13:01.7|Debug|MigrationLogger|AlterTable NamingConfig
  585. 16-4-27 23:13:01.7|Debug|MigrationLogger|
  586. 16-4-27 23:13:01.7|Debug|MigrationLogger|Took: 00:00:00.0059997
  587. 16-4-27 23:13:01.7|Debug|MigrationLogger|CreateColumn NamingConfig SeasonFolderFormat String
  588. 16-4-27 23:13:01.7|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "SeasonFolderFormat" TEXT
  589. 16-4-27 23:13:01.7|Debug|MigrationLogger|Took: 00:00:00.0090066
  590. 16-4-27 23:13:01.7|Debug|MigrationLogger|PerformDBOperation
  591. 16-4-27 23:13:01.7|Debug|MigrationLogger|Performing DB Operation
  592. 16-4-27 23:13:01.7|Debug|MigrationLogger|Took: 00:00:00.0080077
  593. 16-4-27 23:13:01.7|Debug|MigrationLogger|ExecuteSqlStatement DELETE FROM Config WHERE [Key] = 'seasonfolderformat'
  594. 16-4-27 23:13:01.8|Debug|MigrationLogger|DELETE FROM Config WHERE [Key] = 'seasonfolderformat'
  595. 16-4-27 23:13:01.8|Debug|MigrationLogger|Took: 00:00:00.0085243
  596. 16-4-27 23:13:01.8|Debug|MigrationLogger|ExecuteSqlStatement DELETE FROM Config WHERE [Key] = 'useseasonfolder'
  597. 16-4-27 23:13:01.8|Debug|MigrationLogger|DELETE FROM Config WHERE [Key] = 'useseasonfolder'
  598. 16-4-27 23:13:01.8|Debug|MigrationLogger|Took: 00:00:00.0140129
  599. 16-4-27 23:13:01.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2016-04-28T03:13:01', 'add_season_folder_format_to_naming_config')
  600. 16-4-27 23:13:01.8|Debug|MigrationLogger|Committing Transaction
  601. 16-4-27 23:13:01.8|Debug|MigrationLogger|30: add_season_folder_format_to_naming_config migrated
  602. 16-4-27 23:13:01.9|Debug|MigrationLogger|Took: 00:00:00.0637485
  603. 16-4-27 23:13:01.9|Info|MigrationLogger|*** 31: delete_old_naming_config_columns migrating ***
  604. 16-4-27 23:13:01.9|Debug|MigrationLogger|Beginning Transaction
  605. 16-4-27 23:13:01.9|Info|delete_old_naming_config_columns|Starting migration to 31
  606. 16-4-27 23:13:01.9|Debug|MigrationLogger|DeleteColumn NamingConfig Separator, NumberStyle, IncludeSeriesTitle, IncludeEpisodeTitle, IncludeQuality, ReplaceSpaces
  607. 16-4-27 23:13:01.9|Debug|MigrationLogger|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "RenameEpisodes" INTEGER, "StandardEpisodeFormat" TEXT, "DailyEpisodeFormat" TEXT, "SeasonFolderFormat" TEXT)
  608. 16-4-27 23:13:01.9|Debug|MigrationLogger|INSERT INTO "NamingConfig_temp" SELECT "Id", "MultiEpisodeStyle", "RenameEpisodes", "StandardEpisodeFormat", "DailyEpisodeFormat", "SeasonFolderFormat" FROM "NamingConfig"
  609. 16-4-27 23:13:02.0|Debug|MigrationLogger|DROP TABLE "NamingConfig"
  610. 16-4-27 23:13:02.0|Debug|MigrationLogger|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
  611. 16-4-27 23:13:02.0|Debug|MigrationLogger|Took: 00:00:00.0507407
  612. 16-4-27 23:13:02.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2016-04-28T03:13:02', 'delete_old_naming_config_columns')
  613. 16-4-27 23:13:02.0|Debug|MigrationLogger|Committing Transaction
  614. 16-4-27 23:13:02.0|Debug|MigrationLogger|31: delete_old_naming_config_columns migrated
  615. 16-4-27 23:13:02.0|Debug|MigrationLogger|Took: 00:00:00.0904969
  616. 16-4-27 23:13:02.1|Info|MigrationLogger|*** 32: set_default_release_group migrating ***
  617. 16-4-27 23:13:02.1|Debug|MigrationLogger|Beginning Transaction
  618. 16-4-27 23:13:02.1|Info|set_default_release_group|Starting migration to 32
  619. 16-4-27 23:13:02.1|Debug|MigrationLogger|ExecuteSqlStatement UPDATE EpisodeFiles SET ReleaseGroup = 'DRONE' WHERE ReleaseGroup IS NULL
  620. 16-4-27 23:13:02.1|Debug|MigrationLogger|UPDATE EpisodeFiles SET ReleaseGroup = 'DRONE' WHERE ReleaseGroup IS NULL
  621. 16-4-27 23:13:02.1|Debug|MigrationLogger|Took: 00:00:00.0142389
  622. 16-4-27 23:13:02.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2016-04-28T03:13:02', 'set_default_release_group')
  623. 16-4-27 23:13:02.1|Debug|MigrationLogger|Committing Transaction
  624. 16-4-27 23:13:02.2|Debug|MigrationLogger|32: set_default_release_group migrated
  625. 16-4-27 23:13:02.2|Debug|MigrationLogger|Took: 00:00:00.0574094
  626. 16-4-27 23:13:02.2|Info|MigrationLogger|*** 33: add_api_key_to_pushover migrating ***
  627. 16-4-27 23:13:02.2|Debug|MigrationLogger|Beginning Transaction
  628. 16-4-27 23:13:02.2|Info|add_api_key_to_pushover|Starting migration to 33
  629. 16-4-27 23:13:02.2|Debug|MigrationLogger|PerformDBOperation
  630. 16-4-27 23:13:02.3|Debug|MigrationLogger|Performing DB Operation
  631. 16-4-27 23:13:02.3|Debug|MigrationLogger|Took: 00:00:00.0175196
  632. 16-4-27 23:13:02.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2016-04-28T03:13:02', 'add_api_key_to_pushover')
  633. 16-4-27 23:13:02.3|Debug|MigrationLogger|Committing Transaction
  634. 16-4-27 23:13:02.3|Debug|MigrationLogger|33: add_api_key_to_pushover migrated
  635. 16-4-27 23:13:02.3|Debug|MigrationLogger|Took: 00:00:00.0571155
  636. 16-4-27 23:13:02.3|Info|MigrationLogger|*** 34: remove_series_contraints migrating ***
  637. 16-4-27 23:13:02.3|Debug|MigrationLogger|Beginning Transaction
  638. 16-4-27 23:13:02.4|Info|remove_series_contraints|Starting migration to 34
  639. 16-4-27 23:13:02.4|Debug|MigrationLogger|AlterTable Series
  640. 16-4-27 23:13:02.4|Debug|MigrationLogger|
  641. 16-4-27 23:13:02.4|Debug|MigrationLogger|Took: 00:00:00.0095089
  642. 16-4-27 23:13:02.4|Debug|MigrationLogger|AlterColumn Series ImdbId String
  643. 16-4-27 23:13:02.4|Debug|MigrationLogger|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT)
  644. 16-4-27 23:13:02.4|Debug|MigrationLogger|INSERT INTO "Series_temp" SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons" FROM "Series"
  645. 16-4-27 23:13:02.4|Debug|MigrationLogger|DROP TABLE "Series"
  646. 16-4-27 23:13:02.5|Debug|MigrationLogger|ALTER TABLE "Series_temp" RENAME TO "Series"
  647. 16-4-27 23:13:02.5|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  648. 16-4-27 23:13:02.5|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  649. 16-4-27 23:13:02.5|Debug|MigrationLogger|Took: 00:00:00.0656575
  650. 16-4-27 23:13:02.5|Debug|MigrationLogger|AlterColumn Series TitleSlug String
  651. 16-4-27 23:13:02.5|Debug|MigrationLogger|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT)
  652. 16-4-27 23:13:02.5|Debug|MigrationLogger|INSERT INTO "Series_temp" SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "QualityProfileId", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons" FROM "Series"
  653. 16-4-27 23:13:02.5|Debug|MigrationLogger|DROP TABLE "Series"
  654. 16-4-27 23:13:02.5|Debug|MigrationLogger|ALTER TABLE "Series_temp" RENAME TO "Series"
  655. 16-4-27 23:13:02.5|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  656. 16-4-27 23:13:02.5|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  657. 16-4-27 23:13:02.5|Debug|MigrationLogger|Took: 00:00:00.0525593
  658. 16-4-27 23:13:02.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2016-04-28T03:13:02', 'remove_series_contraints')
  659. 16-4-27 23:13:02.6|Debug|MigrationLogger|Committing Transaction
  660. 16-4-27 23:13:02.6|Debug|MigrationLogger|34: remove_series_contraints migrated
  661. 16-4-27 23:13:02.6|Debug|MigrationLogger|Took: 00:00:00.0832703
  662. 16-4-27 23:13:02.6|Info|MigrationLogger|*** 35: add_series_folder_format_to_naming_config migrating ***
  663. 16-4-27 23:13:02.6|Debug|MigrationLogger|Beginning Transaction
  664. 16-4-27 23:13:02.6|Info|add_series_folder_format_to_naming_config|Starting migration to 35
  665. 16-4-27 23:13:02.6|Debug|MigrationLogger|AlterTable NamingConfig
  666. 16-4-27 23:13:02.6|Debug|MigrationLogger|
  667. 16-4-27 23:13:02.6|Debug|MigrationLogger|Took: 00:00:00.0091480
  668. 16-4-27 23:13:02.7|Debug|MigrationLogger|CreateColumn NamingConfig SeriesFolderFormat String
  669. 16-4-27 23:13:02.7|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "SeriesFolderFormat" TEXT
  670. 16-4-27 23:13:02.7|Debug|MigrationLogger|Took: 00:00:00.0076027
  671. 16-4-27 23:13:02.7|Debug|MigrationLogger|ExecuteSqlStatement UPDATE NamingConfig SET SeriesFolderFormat = '{Series Title}'
  672. 16-4-27 23:13:02.7|Debug|MigrationLogger|UPDATE NamingConfig SET SeriesFolderFormat = '{Series Title}'
  673. 16-4-27 23:13:02.7|Debug|MigrationLogger|Took: 00:00:00.0088253
  674. 16-4-27 23:13:02.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2016-04-28T03:13:02', 'add_series_folder_format_to_naming_config')
  675. 16-4-27 23:13:02.7|Debug|MigrationLogger|Committing Transaction
  676. 16-4-27 23:13:02.7|Debug|MigrationLogger|35: add_series_folder_format_to_naming_config migrated
  677. 16-4-27 23:13:02.7|Debug|MigrationLogger|Took: 00:00:00.0425086
  678. 16-4-27 23:13:02.8|Info|MigrationLogger|*** 36: update_with_quality_converters migrating ***
  679. 16-4-27 23:13:02.8|Debug|MigrationLogger|Beginning Transaction
  680. 16-4-27 23:13:02.8|Info|update_with_quality_converters|Starting migration to 36
  681. 16-4-27 23:13:02.8|Debug|MigrationLogger|AlterTable QualityProfiles
  682. 16-4-27 23:13:02.8|Debug|MigrationLogger|
  683. 16-4-27 23:13:02.8|Debug|MigrationLogger|Took: 00:00:00.0100122
  684. 16-4-27 23:13:02.8|Debug|MigrationLogger|CreateColumn QualityProfiles Items String
  685. 16-4-27 23:13:02.8|Debug|MigrationLogger|ALTER TABLE "QualityProfiles" ADD COLUMN "Items" TEXT
  686. 16-4-27 23:13:02.8|Debug|MigrationLogger|Took: 00:00:00.0095045
  687. 16-4-27 23:13:02.8|Debug|MigrationLogger|PerformDBOperation
  688. 16-4-27 23:13:02.9|Debug|MigrationLogger|Performing DB Operation
  689. 16-4-27 23:13:02.9|Debug|MigrationLogger|Took: 00:00:00.0110253
  690. 16-4-27 23:13:02.9|Debug|MigrationLogger|PerformDBOperation
  691. 16-4-27 23:13:02.9|Debug|MigrationLogger|Performing DB Operation
  692. 16-4-27 23:13:02.9|Debug|MigrationLogger|Took: 00:00:00.0110173
  693. 16-4-27 23:13:02.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2016-04-28T03:13:02', 'update_with_quality_converters')
  694. 16-4-27 23:13:02.9|Debug|MigrationLogger|Committing Transaction
  695. 16-4-27 23:13:03.0|Debug|MigrationLogger|36: update_with_quality_converters migrated
  696. 16-4-27 23:13:03.0|Debug|MigrationLogger|Took: 00:00:00.0605542
  697. 16-4-27 23:13:03.0|Info|MigrationLogger|*** 37: add_configurable_qualities migrating ***
  698. 16-4-27 23:13:03.0|Debug|MigrationLogger|Beginning Transaction
  699. 16-4-27 23:13:03.0|Info|add_configurable_qualities|Starting migration to 37
  700. 16-4-27 23:13:03.0|Debug|MigrationLogger|DeleteColumn QualityProfiles Allowed
  701. 16-4-27 23:13:03.0|Debug|MigrationLogger|CREATE TABLE "QualityProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT)
  702. 16-4-27 23:13:03.0|Debug|MigrationLogger|INSERT INTO "QualityProfiles_temp" SELECT "Id", "Name", "Cutoff", "Items" FROM "QualityProfiles"
  703. 16-4-27 23:13:03.0|Debug|MigrationLogger|DROP TABLE "QualityProfiles"
  704. 16-4-27 23:13:03.1|Debug|MigrationLogger|ALTER TABLE "QualityProfiles_temp" RENAME TO "QualityProfiles"
  705. 16-4-27 23:13:03.1|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "QualityProfiles" ("Name" ASC)
  706. 16-4-27 23:13:03.1|Debug|MigrationLogger|Took: 00:00:00.0536081
  707. 16-4-27 23:13:03.1|Debug|MigrationLogger|AlterColumn QualityProfiles Items String
  708. 16-4-27 23:13:03.1|Debug|MigrationLogger|CREATE TABLE "QualityProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL)
  709. 16-4-27 23:13:03.1|Debug|MigrationLogger|INSERT INTO "QualityProfiles_temp" SELECT "Id", "Name", "Cutoff", "Items" FROM "QualityProfiles"
  710. 16-4-27 23:13:03.1|Debug|MigrationLogger|DROP TABLE "QualityProfiles"
  711. 16-4-27 23:13:03.1|Debug|MigrationLogger|ALTER TABLE "QualityProfiles_temp" RENAME TO "QualityProfiles"
  712. 16-4-27 23:13:03.1|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "QualityProfiles" ("Name" ASC)
  713. 16-4-27 23:13:03.2|Debug|MigrationLogger|Took: 00:00:00.0499348
  714. 16-4-27 23:13:03.2|Debug|MigrationLogger|CreateTable QualityDefinitions
  715. 16-4-27 23:13:03.2|Debug|MigrationLogger|CREATE TABLE "QualityDefinitions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "Weight" INTEGER NOT NULL, "MinSize" INTEGER NOT NULL, "MaxSize" INTEGER NOT NULL)
  716. 16-4-27 23:13:03.2|Debug|MigrationLogger|Took: 00:00:00.0130112
  717. 16-4-27 23:13:03.2|Debug|MigrationLogger|CreateIndex QualityDefinitions (Quality)
  718. 16-4-27 23:13:03.2|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
  719. 16-4-27 23:13:03.2|Debug|MigrationLogger|Took: 00:00:00.0080309
  720. 16-4-27 23:13:03.2|Debug|MigrationLogger|CreateIndex QualityDefinitions (Title)
  721. 16-4-27 23:13:03.2|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
  722. 16-4-27 23:13:03.2|Debug|MigrationLogger|Took: 00:00:00.0076890
  723. 16-4-27 23:13:03.2|Debug|MigrationLogger|CreateIndex QualityDefinitions (Weight)
  724. 16-4-27 23:13:03.3|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Weight" ON "QualityDefinitions" ("Weight" ASC)
  725. 16-4-27 23:13:03.3|Debug|MigrationLogger|Took: 00:00:00.0065052
  726. 16-4-27 23:13:03.3|Debug|MigrationLogger|PerformDBOperation
  727. 16-4-27 23:13:03.3|Debug|MigrationLogger|Performing DB Operation
  728. 16-4-27 23:13:03.3|Debug|MigrationLogger|Took: 00:00:00.0085690
  729. 16-4-27 23:13:03.3|Debug|MigrationLogger|DeleteTable QualitySizes
  730. 16-4-27 23:13:03.3|Debug|MigrationLogger|DROP TABLE "QualitySizes"
  731. 16-4-27 23:13:03.3|Debug|MigrationLogger|Took: 00:00:00.0075264
  732. 16-4-27 23:13:03.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2016-04-28T03:13:03', 'add_configurable_qualities')
  733. 16-4-27 23:13:03.3|Debug|MigrationLogger|Committing Transaction
  734. 16-4-27 23:13:03.3|Debug|MigrationLogger|37: add_configurable_qualities migrated
  735. 16-4-27 23:13:03.3|Debug|MigrationLogger|Took: 00:00:00.0348898
  736. 16-4-27 23:13:03.3|Info|MigrationLogger|*** 38: add_on_upgrade_to_notifications migrating ***
  737. 16-4-27 23:13:03.4|Debug|MigrationLogger|Beginning Transaction
  738. 16-4-27 23:13:03.4|Info|add_on_upgrade_to_notifications|Starting migration to 38
  739. 16-4-27 23:13:03.4|Debug|MigrationLogger|AlterTable Notifications
  740. 16-4-27 23:13:03.4|Debug|MigrationLogger|
  741. 16-4-27 23:13:03.4|Debug|MigrationLogger|Took: 00:00:00.0068121
  742. 16-4-27 23:13:03.4|Debug|MigrationLogger|CreateColumn Notifications OnUpgrade Boolean
  743. 16-4-27 23:13:03.4|Debug|MigrationLogger|ALTER TABLE "Notifications" ADD COLUMN "OnUpgrade" INTEGER
  744. 16-4-27 23:13:03.4|Debug|MigrationLogger|Took: 00:00:00.0085666
  745. 16-4-27 23:13:03.4|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Notifications SET OnUpgrade = OnDownload
  746. 16-4-27 23:13:03.4|Debug|MigrationLogger|UPDATE Notifications SET OnUpgrade = OnDownload
  747. 16-4-27 23:13:03.4|Debug|MigrationLogger|Took: 00:00:00.0105103
  748. 16-4-27 23:13:03.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2016-04-28T03:13:03', 'add_on_upgrade_to_notifications')
  749. 16-4-27 23:13:03.5|Debug|MigrationLogger|Committing Transaction
  750. 16-4-27 23:13:03.5|Debug|MigrationLogger|38: add_on_upgrade_to_notifications migrated
  751. 16-4-27 23:13:03.5|Debug|MigrationLogger|Took: 00:00:00.0420317
  752. 16-4-27 23:13:03.5|Info|MigrationLogger|*** 39: add_metadata_tables migrating ***
  753. 16-4-27 23:13:03.5|Debug|MigrationLogger|Beginning Transaction
  754. 16-4-27 23:13:03.5|Info|add_metadata_tables|Starting migration to 39
  755. 16-4-27 23:13:03.5|Debug|MigrationLogger|CreateTable Metadata
  756. 16-4-27 23:13:03.5|Debug|MigrationLogger|CREATE TABLE "Metadata" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL)
  757. 16-4-27 23:13:03.5|Debug|MigrationLogger|Took: 00:00:00.0100318
  758. 16-4-27 23:13:03.6|Debug|MigrationLogger|CreateTable MetadataFiles
  759. 16-4-27 23:13:03.6|Debug|MigrationLogger|CREATE TABLE "MetadataFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "SeasonNumber" INTEGER, "EpisodeFileId" INTEGER)
  760. 16-4-27 23:13:03.6|Debug|MigrationLogger|Took: 00:00:00.0120128
  761. 16-4-27 23:13:03.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2016-04-28T03:13:03', 'add_metadata_tables')
  762. 16-4-27 23:13:03.6|Debug|MigrationLogger|Committing Transaction
  763. 16-4-27 23:13:03.6|Debug|MigrationLogger|39: add_metadata_tables migrated
  764. 16-4-27 23:13:03.6|Debug|MigrationLogger|Took: 00:00:00.0430337
  765. 16-4-27 23:13:03.6|Info|MigrationLogger|*** 40: add_metadata_to_episodes_and_series migrating ***
  766. 16-4-27 23:13:03.7|Debug|MigrationLogger|Beginning Transaction
  767. 16-4-27 23:13:03.7|Info|add_metadata_to_episodes_and_series|Starting migration to 40
  768. 16-4-27 23:13:03.7|Debug|MigrationLogger|AlterTable Series
  769. 16-4-27 23:13:03.7|Debug|MigrationLogger|
  770. 16-4-27 23:13:03.7|Debug|MigrationLogger|Took: 00:00:00.0084951
  771. 16-4-27 23:13:03.7|Debug|MigrationLogger|CreateColumn Series Actors String
  772. 16-4-27 23:13:03.7|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Actors" TEXT
  773. 16-4-27 23:13:03.7|Debug|MigrationLogger|Took: 00:00:00.0100135
  774. 16-4-27 23:13:03.7|Debug|MigrationLogger|CreateColumn Series Ratings String
  775. 16-4-27 23:13:03.7|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Ratings" TEXT
  776. 16-4-27 23:13:03.8|Debug|MigrationLogger|Took: 00:00:00.0100367
  777. 16-4-27 23:13:03.8|Debug|MigrationLogger|CreateColumn Series Genres String
  778. 16-4-27 23:13:03.8|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Genres" TEXT
  779. 16-4-27 23:13:03.8|Debug|MigrationLogger|Took: 00:00:00.0090643
  780. 16-4-27 23:13:03.8|Debug|MigrationLogger|CreateColumn Series Certification String
  781. 16-4-27 23:13:03.8|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Certification" TEXT
  782. 16-4-27 23:13:03.8|Debug|MigrationLogger|Took: 00:00:00.0095092
  783. 16-4-27 23:13:03.8|Debug|MigrationLogger|AlterTable Episodes
  784. 16-4-27 23:13:03.8|Debug|MigrationLogger|
  785. 16-4-27 23:13:03.8|Debug|MigrationLogger|Took: 00:00:00.0120115
  786. 16-4-27 23:13:03.8|Debug|MigrationLogger|CreateColumn Episodes Ratings String
  787. 16-4-27 23:13:03.9|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "Ratings" TEXT
  788. 16-4-27 23:13:03.9|Debug|MigrationLogger|Took: 00:00:00.0088784
  789. 16-4-27 23:13:03.9|Debug|MigrationLogger|CreateColumn Episodes Images String
  790. 16-4-27 23:13:03.9|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "Images" TEXT
  791. 16-4-27 23:13:03.9|Debug|MigrationLogger|Took: 00:00:00.0074978
  792. 16-4-27 23:13:03.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2016-04-28T03:13:03', 'add_metadata_to_episodes_and_series')
  793. 16-4-27 23:13:03.9|Debug|MigrationLogger|Committing Transaction
  794. 16-4-27 23:13:03.9|Debug|MigrationLogger|40: add_metadata_to_episodes_and_series migrated
  795. 16-4-27 23:13:03.9|Debug|MigrationLogger|Took: 00:00:00.0404063
  796. 16-4-27 23:13:03.9|Info|MigrationLogger|*** 41: fix_xbmc_season_images_metadata migrating ***
  797. 16-4-27 23:13:04.0|Debug|MigrationLogger|Beginning Transaction
  798. 16-4-27 23:13:04.0|Info|fix_xbmc_season_images_metadata|Starting migration to 41
  799. 16-4-27 23:13:04.0|Debug|MigrationLogger|ExecuteSqlStatement UPDATE MetadataFiles SET Type = 4 WHERE Consumer = 'XbmcMetadata' AND SeasonNumber IS NOT NULL
  800. 16-4-27 23:13:04.0|Debug|MigrationLogger|UPDATE MetadataFiles SET Type = 4 WHERE Consumer = 'XbmcMetadata' AND SeasonNumber IS NOT NULL
  801. 16-4-27 23:13:04.0|Debug|MigrationLogger|Took: 00:00:00.0101463
  802. 16-4-27 23:13:04.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2016-04-28T03:13:04', 'fix_xbmc_season_images_metadata')
  803. 16-4-27 23:13:04.0|Debug|MigrationLogger|Committing Transaction
  804. 16-4-27 23:13:04.0|Debug|MigrationLogger|41: fix_xbmc_season_images_metadata migrated
  805. 16-4-27 23:13:04.0|Debug|MigrationLogger|Took: 00:00:00.0405535
  806. 16-4-27 23:13:04.0|Info|MigrationLogger|*** 42: add_download_clients_table migrating ***
  807. 16-4-27 23:13:04.0|Debug|MigrationLogger|Beginning Transaction
  808. 16-4-27 23:13:04.1|Info|add_download_clients_table|Starting migration to 42
  809. 16-4-27 23:13:04.1|Debug|MigrationLogger|CreateTable DownloadClients
  810. 16-4-27 23:13:04.1|Debug|MigrationLogger|CREATE TABLE "DownloadClients" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL, "Protocol" INTEGER NOT NULL)
  811. 16-4-27 23:13:04.1|Debug|MigrationLogger|Took: 00:00:00.0103036
  812. 16-4-27 23:13:04.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2016-04-28T03:13:04', 'add_download_clients_table')
  813. 16-4-27 23:13:04.1|Debug|MigrationLogger|Committing Transaction
  814. 16-4-27 23:13:04.1|Debug|MigrationLogger|42: add_download_clients_table migrated
  815. 16-4-27 23:13:04.1|Debug|MigrationLogger|Took: 00:00:00.0419150
  816. 16-4-27 23:13:04.2|Info|MigrationLogger|*** 43: convert_config_to_download_clients migrating ***
  817. 16-4-27 23:13:04.2|Debug|MigrationLogger|Beginning Transaction
  818. 16-4-27 23:13:04.2|Info|convert_config_to_download_clients|Starting migration to 43
  819. 16-4-27 23:13:04.2|Debug|MigrationLogger|PerformDBOperation
  820. 16-4-27 23:13:04.2|Debug|MigrationLogger|Performing DB Operation
  821. 16-4-27 23:13:04.2|Debug|MigrationLogger|Took: 00:00:00.0109754
  822. 16-4-27 23:13:04.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (43, '2016-04-28T03:13:04', 'convert_config_to_download_clients')
  823. 16-4-27 23:13:04.2|Debug|MigrationLogger|Committing Transaction
  824. 16-4-27 23:13:04.3|Debug|MigrationLogger|43: convert_config_to_download_clients migrated
  825. 16-4-27 23:13:04.3|Debug|MigrationLogger|Took: 00:00:00.0648079
  826. 16-4-27 23:13:04.3|Info|MigrationLogger|*** 44: fix_xbmc_episode_metadata migrating ***
  827. 16-4-27 23:13:04.3|Debug|MigrationLogger|Beginning Transaction
  828. 16-4-27 23:13:04.3|Info|fix_xbmc_episode_metadata|Starting migration to 44
  829. 16-4-27 23:13:04.3|Debug|MigrationLogger|ExecuteSqlStatement UPDATE MetadataFiles SET Type = 2 WHERE Consumer = 'XbmcMetadata' AND EpisodeFileId IS NOT NULL AND Type = 4 AND RelativePath LIKE '%.nfo'
  830. 16-4-27 23:13:04.3|Debug|MigrationLogger|UPDATE MetadataFiles SET Type = 2 WHERE Consumer = 'XbmcMetadata' AND EpisodeFileId IS NOT NULL AND Type = 4 AND RelativePath LIKE '%.nfo'
  831. 16-4-27 23:13:04.3|Debug|MigrationLogger|Took: 00:00:00.0120667
  832. 16-4-27 23:13:04.3|Debug|MigrationLogger|ExecuteSqlStatement UPDATE MetadataFiles SET Type = 5 WHERE Consumer = 'XbmcMetadata' AND EpisodeFileId IS NOT NULL AND Type = 4
  833. 16-4-27 23:13:04.4|Debug|MigrationLogger|UPDATE MetadataFiles SET Type = 5 WHERE Consumer = 'XbmcMetadata' AND EpisodeFileId IS NOT NULL AND Type = 4
  834. 16-4-27 23:13:04.4|Debug|MigrationLogger|Took: 00:00:00.0144945
  835. 16-4-27 23:13:04.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (44, '2016-04-28T03:13:04', 'fix_xbmc_episode_metadata')
  836. 16-4-27 23:13:04.4|Debug|MigrationLogger|Committing Transaction
  837. 16-4-27 23:13:04.4|Debug|MigrationLogger|44: fix_xbmc_episode_metadata migrated
  838. 16-4-27 23:13:04.4|Debug|MigrationLogger|Took: 00:00:00.0617257
  839. 16-4-27 23:13:04.5|Info|MigrationLogger|*** 45: add_indexes migrating ***
  840. 16-4-27 23:13:04.5|Debug|MigrationLogger|Beginning Transaction
  841. 16-4-27 23:13:04.5|Info|add_indexes|Starting migration to 45
  842. 16-4-27 23:13:04.5|Debug|MigrationLogger|CreateIndex Blacklist (SeriesId)
  843. 16-4-27 23:13:04.5|Debug|MigrationLogger|CREATE INDEX "IX_Blacklist_SeriesId" ON "Blacklist" ("SeriesId" ASC)
  844. 16-4-27 23:13:04.5|Debug|MigrationLogger|Took: 00:00:00.0110312
  845. 16-4-27 23:13:04.5|Debug|MigrationLogger|CreateIndex EpisodeFiles (SeriesId)
  846. 16-4-27 23:13:04.6|Debug|MigrationLogger|CREATE INDEX "IX_EpisodeFiles_SeriesId" ON "EpisodeFiles" ("SeriesId" ASC)
  847. 16-4-27 23:13:04.6|Debug|MigrationLogger|Took: 00:00:00.0115163
  848. 16-4-27 23:13:04.6|Debug|MigrationLogger|CreateIndex Episodes (EpisodeFileId)
  849. 16-4-27 23:13:04.6|Debug|MigrationLogger|CREATE INDEX "IX_Episodes_EpisodeFileId" ON "Episodes" ("EpisodeFileId" ASC)
  850. 16-4-27 23:13:04.6|Debug|MigrationLogger|Took: 00:00:00.0110104
  851. 16-4-27 23:13:04.6|Debug|MigrationLogger|CreateIndex Episodes (SeriesId)
  852. 16-4-27 23:13:04.6|Debug|MigrationLogger|CREATE INDEX "IX_Episodes_SeriesId" ON "Episodes" ("SeriesId" ASC)
  853. 16-4-27 23:13:04.6|Debug|MigrationLogger|Took: 00:00:00.0125393
  854. 16-4-27 23:13:04.6|Debug|MigrationLogger|CreateIndex History (EpisodeId)
  855. 16-4-27 23:13:04.7|Debug|MigrationLogger|CREATE INDEX "IX_History_EpisodeId" ON "History" ("EpisodeId" ASC)
  856. 16-4-27 23:13:04.7|Debug|MigrationLogger|Took: 00:00:00.0120229
  857. 16-4-27 23:13:04.7|Debug|MigrationLogger|CreateIndex History (Date)
  858. 16-4-27 23:13:04.7|Debug|MigrationLogger|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
  859. 16-4-27 23:13:04.7|Debug|MigrationLogger|Took: 00:00:00.0120401
  860. 16-4-27 23:13:04.7|Debug|MigrationLogger|CreateIndex Series (Path)
  861. 16-4-27 23:13:04.7|Debug|MigrationLogger|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
  862. 16-4-27 23:13:04.7|Debug|MigrationLogger|Took: 00:00:00.0125065
  863. 16-4-27 23:13:04.7|Debug|MigrationLogger|CreateIndex Series (CleanTitle)
  864. 16-4-27 23:13:04.7|Debug|MigrationLogger|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
  865. 16-4-27 23:13:04.8|Debug|MigrationLogger|Took: 00:00:00.0110229
  866. 16-4-27 23:13:04.8|Debug|MigrationLogger|CreateIndex Series (TvRageId)
  867. 16-4-27 23:13:04.8|Debug|MigrationLogger|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
  868. 16-4-27 23:13:04.8|Debug|MigrationLogger|Took: 00:00:00.0125285
  869. 16-4-27 23:13:04.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (45, '2016-04-28T03:13:04', 'add_indexes')
  870. 16-4-27 23:13:04.8|Debug|MigrationLogger|Committing Transaction
  871. 16-4-27 23:13:04.9|Debug|MigrationLogger|45: add_indexes migrated
  872. 16-4-27 23:13:04.9|Debug|MigrationLogger|Took: 00:00:00.0585656
  873. 16-4-27 23:13:04.9|Info|MigrationLogger|*** 46: fix_nzb_su_url migrating ***
  874. 16-4-27 23:13:04.9|Debug|MigrationLogger|Beginning Transaction
  875. 16-4-27 23:13:04.9|Info|fix_nzb_su_url|Starting migration to 46
  876. 16-4-27 23:13:04.9|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET Settings = replace(Settings, '//nzb.su', '//api.nzb.su')WHERE Implementation = 'Newznab'AND Settings LIKE '%//nzb.su%'
  877. 16-4-27 23:13:04.9|Debug|MigrationLogger|UPDATE Indexers SET Settings = replace(Settings, '//nzb.su', '//api.nzb.su')WHERE Implementation = 'Newznab'AND Settings LIKE '%//nzb.su%'
  878. 16-4-27 23:13:04.9|Debug|MigrationLogger|Took: 00:00:00.0080195
  879. 16-4-27 23:13:04.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (46, '2016-04-28T03:13:04', 'fix_nzb_su_url')
  880. 16-4-27 23:13:05.0|Debug|MigrationLogger|Committing Transaction
  881. 16-4-27 23:13:05.0|Debug|MigrationLogger|46: fix_nzb_su_url migrated
  882. 16-4-27 23:13:05.0|Debug|MigrationLogger|Took: 00:00:00.0455080
  883. 16-4-27 23:13:05.0|Info|MigrationLogger|*** 47: add_temporary_blacklist_columns migrating ***
  884. 16-4-27 23:13:05.0|Debug|MigrationLogger|Beginning Transaction
  885. 16-4-27 23:13:05.0|Info|add_temporary_blacklist_columns|Starting migration to 47
  886. 16-4-27 23:13:05.0|Debug|MigrationLogger|AlterTable Blacklist
  887. 16-4-27 23:13:05.0|Debug|MigrationLogger|
  888. 16-4-27 23:13:05.0|Debug|MigrationLogger|Took: 00:00:00.0089429
  889. 16-4-27 23:13:05.0|Debug|MigrationLogger|CreateColumn Blacklist PublishedDate DateTime
  890. 16-4-27 23:13:05.0|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "PublishedDate" DATETIME
  891. 16-4-27 23:13:05.1|Debug|MigrationLogger|Took: 00:00:00.0097795
  892. 16-4-27 23:13:05.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (47, '2016-04-28T03:13:05', 'add_temporary_blacklist_columns')
  893. 16-4-27 23:13:05.1|Debug|MigrationLogger|Committing Transaction
  894. 16-4-27 23:13:05.1|Debug|MigrationLogger|47: add_temporary_blacklist_columns migrated
  895. 16-4-27 23:13:05.1|Debug|MigrationLogger|Took: 00:00:00.0543517
  896. 16-4-27 23:13:05.1|Info|MigrationLogger|*** 48: add_title_to_scenemappings migrating ***
  897. 16-4-27 23:13:05.1|Debug|MigrationLogger|Beginning Transaction
  898. 16-4-27 23:13:05.2|Info|add_title_to_scenemappings|Starting migration to 48
  899. 16-4-27 23:13:05.2|Debug|MigrationLogger|AlterTable SceneMappings
  900. 16-4-27 23:13:05.2|Debug|MigrationLogger|
  901. 16-4-27 23:13:05.2|Debug|MigrationLogger|Took: 00:00:00.0095139
  902. 16-4-27 23:13:05.2|Debug|MigrationLogger|CreateColumn SceneMappings Title String
  903. 16-4-27 23:13:05.2|Debug|MigrationLogger|ALTER TABLE "SceneMappings" ADD COLUMN "Title" TEXT
  904. 16-4-27 23:13:05.2|Debug|MigrationLogger|Took: 00:00:00.0080232
  905. 16-4-27 23:13:05.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (48, '2016-04-28T03:13:05', 'add_title_to_scenemappings')
  906. 16-4-27 23:13:05.2|Debug|MigrationLogger|Committing Transaction
  907. 16-4-27 23:13:05.2|Debug|MigrationLogger|48: add_title_to_scenemappings migrated
  908. 16-4-27 23:13:05.2|Debug|MigrationLogger|Took: 00:00:00.0455632
  909. 16-4-27 23:13:05.3|Info|MigrationLogger|*** 49: fix_dognzb_url migrating ***
  910. 16-4-27 23:13:05.3|Debug|MigrationLogger|Beginning Transaction
  911. 16-4-27 23:13:05.3|Info|fix_dognzb_url|Starting migration to 49
  912. 16-4-27 23:13:05.3|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET Settings = replace(Settings, '//dognzb.cr', '//api.dognzb.cr')WHERE Implementation = 'Newznab'AND Settings LIKE '%//dognzb.cr%'
  913. 16-4-27 23:13:05.3|Debug|MigrationLogger|UPDATE Indexers SET Settings = replace(Settings, '//dognzb.cr', '//api.dognzb.cr')WHERE Implementation = 'Newznab'AND Settings LIKE '%//dognzb.cr%'
  914. 16-4-27 23:13:05.3|Debug|MigrationLogger|Took: 00:00:00.0105034
  915. 16-4-27 23:13:05.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (49, '2016-04-28T03:13:05', 'fix_dognzb_url')
  916. 16-4-27 23:13:05.3|Debug|MigrationLogger|Committing Transaction
  917. 16-4-27 23:13:05.4|Debug|MigrationLogger|49: fix_dognzb_url migrated
  918. 16-4-27 23:13:05.4|Debug|MigrationLogger|Took: 00:00:00.0533149
  919. 16-4-27 23:13:05.4|Info|MigrationLogger|*** 50: add_hash_to_metadata_files migrating ***
  920. 16-4-27 23:13:05.4|Debug|MigrationLogger|Beginning Transaction
  921. 16-4-27 23:13:05.4|Info|add_hash_to_metadata_files|Starting migration to 50
  922. 16-4-27 23:13:05.4|Debug|MigrationLogger|AlterTable MetadataFiles
  923. 16-4-27 23:13:05.4|Debug|MigrationLogger|
  924. 16-4-27 23:13:05.5|Debug|MigrationLogger|Took: 00:00:00.0100354
  925. 16-4-27 23:13:05.5|Debug|MigrationLogger|CreateColumn MetadataFiles Hash String
  926. 16-4-27 23:13:05.5|Debug|MigrationLogger|ALTER TABLE "MetadataFiles" ADD COLUMN "Hash" TEXT
  927. 16-4-27 23:13:05.5|Debug|MigrationLogger|Took: 00:00:00.0100097
  928. 16-4-27 23:13:05.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (50, '2016-04-28T03:13:05', 'add_hash_to_metadata_files')
  929. 16-4-27 23:13:05.5|Debug|MigrationLogger|Committing Transaction
  930. 16-4-27 23:13:05.5|Debug|MigrationLogger|50: add_hash_to_metadata_files migrated
  931. 16-4-27 23:13:05.5|Debug|MigrationLogger|Took: 00:00:00.0468280
  932. 16-4-27 23:13:05.5|Info|MigrationLogger|*** 51: download_client_import migrating ***
  933. 16-4-27 23:13:05.5|Debug|MigrationLogger|Beginning Transaction
  934. 16-4-27 23:13:05.6|Info|download_client_import|Starting migration to 51
  935. 16-4-27 23:13:05.6|Debug|MigrationLogger|PerformDBOperation
  936. 16-4-27 23:13:05.6|Debug|MigrationLogger|Performing DB Operation
  937. 16-4-27 23:13:05.6|Debug|MigrationLogger|Took: 00:00:00.0085104
  938. 16-4-27 23:13:05.6|Debug|MigrationLogger|PerformDBOperation
  939. 16-4-27 23:13:05.6|Debug|MigrationLogger|Performing DB Operation
  940. 16-4-27 23:13:05.6|Debug|MigrationLogger|Took: 00:00:00.0120202
  941. 16-4-27 23:13:05.6|Debug|MigrationLogger|PerformDBOperation
  942. 16-4-27 23:13:05.6|Debug|MigrationLogger|Performing DB Operation
  943. 16-4-27 23:13:05.7|Debug|MigrationLogger|Took: 00:00:00.0135276
  944. 16-4-27 23:13:05.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (51, '2016-04-28T03:13:05', 'download_client_import')
  945. 16-4-27 23:13:05.7|Debug|MigrationLogger|Committing Transaction
  946. 16-4-27 23:13:05.7|Debug|MigrationLogger|51: download_client_import migrated
  947. 16-4-27 23:13:05.7|Debug|MigrationLogger|Took: 00:00:00.0691140
  948. 16-4-27 23:13:05.7|Info|MigrationLogger|*** 52: add_columns_for_anime migrating ***
  949. 16-4-27 23:13:05.7|Debug|MigrationLogger|Beginning Transaction
  950. 16-4-27 23:13:05.8|Info|add_columns_for_anime|Starting migration to 52
  951. 16-4-27 23:13:05.8|Debug|MigrationLogger|AlterTable SceneMappings
  952. 16-4-27 23:13:05.8|Debug|MigrationLogger|
  953. 16-4-27 23:13:05.8|Debug|MigrationLogger|Took: 00:00:00.0083294
  954. 16-4-27 23:13:05.8|Debug|MigrationLogger|CreateColumn SceneMappings Type String
  955. 16-4-27 23:13:05.8|Debug|MigrationLogger|ALTER TABLE "SceneMappings" ADD COLUMN "Type" TEXT
  956. 16-4-27 23:13:05.8|Debug|MigrationLogger|Took: 00:00:00.0095197
  957. 16-4-27 23:13:05.8|Debug|MigrationLogger|ExecuteSqlStatement DELETE FROM SceneMappings
  958. 16-4-27 23:13:05.8|Debug|MigrationLogger|DELETE FROM SceneMappings
  959. 16-4-27 23:13:05.9|Debug|MigrationLogger|Took: 00:00:00.0112792
  960. 16-4-27 23:13:05.9|Debug|MigrationLogger|AlterTable NamingConfig
  961. 16-4-27 23:13:05.9|Debug|MigrationLogger|
  962. 16-4-27 23:13:05.9|Debug|MigrationLogger|Took: 00:00:00.0103094
  963. 16-4-27 23:13:05.9|Debug|MigrationLogger|CreateColumn NamingConfig AnimeEpisodeFormat String
  964. 16-4-27 23:13:05.9|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "AnimeEpisodeFormat" TEXT
  965. 16-4-27 23:13:05.9|Debug|MigrationLogger|Took: 00:00:00.0100085
  966. 16-4-27 23:13:05.9|Debug|MigrationLogger|ExecuteSqlStatement UPDATE NamingConfig SET AnimeEpisodeFormat = StandardEpisodeFormat
  967. 16-4-27 23:13:05.9|Debug|MigrationLogger|UPDATE NamingConfig SET AnimeEpisodeFormat = StandardEpisodeFormat
  968. 16-4-27 23:13:05.9|Debug|MigrationLogger|Took: 00:00:00.0120397
  969. 16-4-27 23:13:06.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (52, '2016-04-28T03:13:06', 'add_columns_for_anime')
  970. 16-4-27 23:13:06.0|Debug|MigrationLogger|Committing Transaction
  971. 16-4-27 23:13:06.0|Debug|MigrationLogger|52: add_columns_for_anime migrated
  972. 16-4-27 23:13:06.0|Debug|MigrationLogger|Took: 00:00:00.0569368
  973. 16-4-27 23:13:06.0|Info|MigrationLogger|*** 53: add_series_sorttitle migrating ***
  974. 16-4-27 23:13:06.0|Debug|MigrationLogger|Beginning Transaction
  975. 16-4-27 23:13:06.0|Info|add_series_sorttitle|Starting migration to 53
  976. 16-4-27 23:13:06.1|Debug|MigrationLogger|CreateColumn Series SortTitle String
  977. 16-4-27 23:13:06.1|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "SortTitle" TEXT
  978. 16-4-27 23:13:06.1|Debug|MigrationLogger|Took: 00:00:00.0141107
  979. 16-4-27 23:13:06.1|Debug|MigrationLogger|PerformDBOperation
  980. 16-4-27 23:13:06.1|Debug|MigrationLogger|Performing DB Operation
  981. 16-4-27 23:13:06.1|Debug|MigrationLogger|Took: 00:00:00.0120124
  982. 16-4-27 23:13:06.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (53, '2016-04-28T03:13:06', 'add_series_sorttitle')
  983. 16-4-27 23:13:06.1|Debug|MigrationLogger|Committing Transaction
  984. 16-4-27 23:13:06.2|Debug|MigrationLogger|53: add_series_sorttitle migrated
  985. 16-4-27 23:13:06.2|Debug|MigrationLogger|Took: 00:00:00.0548456
  986. 16-4-27 23:13:06.2|Info|MigrationLogger|*** 54: rename_profiles migrating ***
  987. 16-4-27 23:13:06.2|Debug|MigrationLogger|Beginning Transaction
  988. 16-4-27 23:13:06.2|Info|rename_profiles|Starting migration to 54
  989. 16-4-27 23:13:06.2|Debug|MigrationLogger|RenameTable QualityProfiles Profiles
  990. 16-4-27 23:13:06.2|Debug|MigrationLogger|ALTER TABLE "QualityProfiles" RENAME TO "Profiles"
  991. 16-4-27 23:13:06.2|Debug|MigrationLogger|Took: 00:00:00.0125145
  992. 16-4-27 23:13:06.3|Debug|MigrationLogger|AlterTable Profiles
  993. 16-4-27 23:13:06.3|Debug|MigrationLogger|
  994. 16-4-27 23:13:06.3|Debug|MigrationLogger|Took: 00:00:00.0105198
  995. 16-4-27 23:13:06.3|Debug|MigrationLogger|CreateColumn Profiles Language Int32
  996. 16-4-27 23:13:06.3|Debug|MigrationLogger|ALTER TABLE "Profiles" ADD COLUMN "Language" INTEGER
  997. 16-4-27 23:13:06.3|Debug|MigrationLogger|Took: 00:00:00.0115293
  998. 16-4-27 23:13:06.3|Debug|MigrationLogger|AlterTable Profiles
  999. 16-4-27 23:13:06.4|Debug|MigrationLogger|
  1000. 16-4-27 23:13:06.4|Debug|MigrationLogger|Took: 00:00:00.0165167
  1001. 16-4-27 23:13:06.4|Debug|MigrationLogger|CreateColumn Profiles GrabDelay Int32
  1002. 16-4-27 23:13:06.4|Debug|MigrationLogger|ALTER TABLE "Profiles" ADD COLUMN "GrabDelay" INTEGER
  1003. 16-4-27 23:13:06.4|Debug|MigrationLogger|Took: 00:00:00.0125126
  1004. 16-4-27 23:13:06.4|Debug|MigrationLogger|AlterTable Profiles
  1005. 16-4-27 23:13:06.4|Debug|MigrationLogger|
  1006. 16-4-27 23:13:06.4|Debug|MigrationLogger|Took: 00:00:00.0119593
  1007. 16-4-27 23:13:06.5|Debug|MigrationLogger|CreateColumn Profiles GrabDelayMode Int32
  1008. 16-4-27 23:13:06.5|Debug|MigrationLogger|ALTER TABLE "Profiles" ADD COLUMN "GrabDelayMode" INTEGER
  1009. 16-4-27 23:13:06.5|Debug|MigrationLogger|Took: 00:00:00.0109739
  1010. 16-4-27 23:13:06.5|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Profiles SET Language = 1, GrabDelay = 0, GrabDelayMode = 0
  1011. 16-4-27 23:13:06.5|Debug|MigrationLogger|UPDATE Profiles SET Language = 1, GrabDelay = 0, GrabDelayMode = 0
  1012. 16-4-27 23:13:06.5|Debug|MigrationLogger|Took: 00:00:00.0118725
  1013. 16-4-27 23:13:06.5|Debug|MigrationLogger|AlterTable Series
  1014. 16-4-27 23:13:06.5|Debug|MigrationLogger|
  1015. 16-4-27 23:13:06.5|Debug|MigrationLogger|Took: 00:00:00.0108268
  1016. 16-4-27 23:13:06.6|Debug|MigrationLogger|CreateColumn Series ProfileId Int32
  1017. 16-4-27 23:13:06.6|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "ProfileId" INTEGER
  1018. 16-4-27 23:13:06.6|Debug|MigrationLogger|Took: 00:00:00.0105285
  1019. 16-4-27 23:13:06.6|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Series SET ProfileId = QualityProfileId
  1020. 16-4-27 23:13:06.6|Debug|MigrationLogger|UPDATE Series SET ProfileId = QualityProfileId
  1021. 16-4-27 23:13:06.6|Debug|MigrationLogger|Took: 00:00:00.0115113
  1022. 16-4-27 23:13:06.6|Debug|MigrationLogger|CreateTable PendingReleases
  1023. 16-4-27 23:13:06.6|Debug|MigrationLogger|CREATE TABLE "PendingReleases" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "ParsedEpisodeInfo" TEXT NOT NULL, "Release" TEXT NOT NULL)
  1024. 16-4-27 23:13:06.6|Debug|MigrationLogger|Took: 00:00:00.0125086
  1025. 16-4-27 23:13:06.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (54, '2016-04-28T03:13:06', 'rename_profiles')
  1026. 16-4-27 23:13:06.7|Debug|MigrationLogger|Committing Transaction
  1027. 16-4-27 23:13:06.7|Debug|MigrationLogger|54: rename_profiles migrated
  1028. 16-4-27 23:13:06.7|Debug|MigrationLogger|Took: 00:00:00.0620856
  1029. 16-4-27 23:13:06.7|Info|MigrationLogger|*** 55: drop_old_profile_columns migrating ***
  1030. 16-4-27 23:13:06.7|Debug|MigrationLogger|Beginning Transaction
  1031. 16-4-27 23:13:06.7|Info|drop_old_profile_columns|Starting migration to 55
  1032. 16-4-27 23:13:06.8|Debug|MigrationLogger|DeleteColumn Series QualityProfileId
  1033. 16-4-27 23:13:06.8|Debug|MigrationLogger|CREATE TABLE "Series_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "SortTitle" TEXT, "ProfileId" INTEGER)
  1034. 16-4-27 23:13:06.8|Debug|MigrationLogger|INSERT INTO "Series_temp" SELECT "Id", "TvdbId", "TvRageId", "ImdbId", "Title", "TitleSlug", "CleanTitle", "Status", "Overview", "AirTime", "Images", "Path", "Monitored", "SeasonFolder", "LastInfoSync", "LastDiskSync", "Runtime", "SeriesType", "Network", "UseSceneNumbering", "FirstAired", "NextAiring", "Year", "Seasons", "Actors", "Ratings", "Genres", "Certification", "SortTitle", "ProfileId" FROM "Series"
  1035. 16-4-27 23:13:06.8|Debug|MigrationLogger|DROP TABLE "Series"
  1036. 16-4-27 23:13:06.8|Debug|MigrationLogger|ALTER TABLE "Series_temp" RENAME TO "Series"
  1037. 16-4-27 23:13:06.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
  1038. 16-4-27 23:13:06.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Series_TitleSlug" ON "Series" ("TitleSlug" ASC)
  1039. 16-4-27 23:13:06.8|Debug|MigrationLogger|CREATE INDEX "IX_Series_Path" ON "Series" ("Path" ASC)
  1040. 16-4-27 23:13:06.9|Debug|MigrationLogger|CREATE INDEX "IX_Series_CleanTitle" ON "Series" ("CleanTitle" ASC)
  1041. 16-4-27 23:13:06.9|Debug|MigrationLogger|CREATE INDEX "IX_Series_TvRageId" ON "Series" ("TvRageId" ASC)
  1042. 16-4-27 23:13:06.9|Debug|MigrationLogger|Took: 00:00:00.1102026
  1043. 16-4-27 23:13:06.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (55, '2016-04-28T03:13:06', 'drop_old_profile_columns')
  1044. 16-4-27 23:13:06.9|Debug|MigrationLogger|Committing Transaction
  1045. 16-4-27 23:13:06.9|Debug|MigrationLogger|55: drop_old_profile_columns migrated
  1046. 16-4-27 23:13:06.9|Debug|MigrationLogger|Took: 00:00:00.1424812
  1047. 16-4-27 23:13:06.9|Info|MigrationLogger|*** 56: add_mediainfo_to_episodefile migrating ***
  1048. 16-4-27 23:13:06.9|Debug|MigrationLogger|Beginning Transaction
  1049. 16-4-27 23:13:07.0|Info|add_mediainfo_to_episodefile|Starting migration to 56
  1050. 16-4-27 23:13:07.0|Debug|MigrationLogger|AlterTable EpisodeFiles
  1051. 16-4-27 23:13:07.0|Debug|MigrationLogger|
  1052. 16-4-27 23:13:07.0|Debug|MigrationLogger|Took: 00:00:00.0080089
  1053. 16-4-27 23:13:07.0|Debug|MigrationLogger|CreateColumn EpisodeFiles MediaInfo String
  1054. 16-4-27 23:13:07.0|Debug|MigrationLogger|ALTER TABLE "EpisodeFiles" ADD COLUMN "MediaInfo" TEXT
  1055. 16-4-27 23:13:07.0|Debug|MigrationLogger|Took: 00:00:00.0077244
  1056. 16-4-27 23:13:07.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (56, '2016-04-28T03:13:07', 'add_mediainfo_to_episodefile')
  1057. 16-4-27 23:13:07.0|Debug|MigrationLogger|Committing Transaction
  1058. 16-4-27 23:13:07.0|Debug|MigrationLogger|56: add_mediainfo_to_episodefile migrated
  1059. 16-4-27 23:13:07.0|Debug|MigrationLogger|Took: 00:00:00.0448769
  1060. 16-4-27 23:13:07.1|Info|MigrationLogger|*** 57: convert_episode_file_path_to_relative migrating ***
  1061. 16-4-27 23:13:07.1|Debug|MigrationLogger|Beginning Transaction
  1062. 16-4-27 23:13:07.1|Info|convert_episode_file_path_to_relative|Starting migration to 57
  1063. 16-4-27 23:13:07.1|Debug|MigrationLogger|CreateColumn EpisodeFiles RelativePath String
  1064. 16-4-27 23:13:07.1|Debug|MigrationLogger|ALTER TABLE "EpisodeFiles" ADD COLUMN "RelativePath" TEXT
  1065. 16-4-27 23:13:07.1|Debug|MigrationLogger|Took: 00:00:00.0078929
  1066. 16-4-27 23:13:07.1|Debug|MigrationLogger|PerformDBOperation
  1067. 16-4-27 23:13:07.1|Debug|MigrationLogger|Performing DB Operation
  1068. 16-4-27 23:13:07.1|Debug|MigrationLogger|Took: 00:00:00.0075326
  1069. 16-4-27 23:13:07.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (57, '2016-04-28T03:13:07', 'convert_episode_file_path_to_relative')
  1070. 16-4-27 23:13:07.1|Debug|MigrationLogger|Committing Transaction
  1071. 16-4-27 23:13:07.1|Debug|MigrationLogger|57: convert_episode_file_path_to_relative migrated
  1072. 16-4-27 23:13:07.2|Debug|MigrationLogger|Took: 00:00:00.0309917
  1073. 16-4-27 23:13:07.2|Info|MigrationLogger|*** 58: drop_episode_file_path migrating ***
  1074. 16-4-27 23:13:07.2|Debug|MigrationLogger|Beginning Transaction
  1075. 16-4-27 23:13:07.2|Info|drop_episode_file_path|Starting migration to 58
  1076. 16-4-27 23:13:07.2|Debug|MigrationLogger|DeleteColumn EpisodeFiles Path
  1077. 16-4-27 23:13:07.2|Debug|MigrationLogger|CREATE TABLE "EpisodeFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SceneName" TEXT, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "RelativePath" TEXT)
  1078. 16-4-27 23:13:07.2|Debug|MigrationLogger|INSERT INTO "EpisodeFiles_temp" SELECT "Id", "SeriesId", "Quality", "Size", "DateAdded", "SeasonNumber", "SceneName", "ReleaseGroup", "MediaInfo", "RelativePath" FROM "EpisodeFiles"
  1079. 16-4-27 23:13:07.2|Debug|MigrationLogger|DROP TABLE "EpisodeFiles"
  1080. 16-4-27 23:13:07.2|Debug|MigrationLogger|ALTER TABLE "EpisodeFiles_temp" RENAME TO "EpisodeFiles"
  1081. 16-4-27 23:13:07.2|Debug|MigrationLogger|CREATE INDEX "IX_EpisodeFiles_SeriesId" ON "EpisodeFiles" ("SeriesId" ASC)
  1082. 16-4-27 23:13:07.2|Debug|MigrationLogger|Took: 00:00:00.0410024
  1083. 16-4-27 23:13:07.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (58, '2016-04-28T03:13:07', 'drop_episode_file_path')
  1084. 16-4-27 23:13:07.3|Debug|MigrationLogger|Committing Transaction
  1085. 16-4-27 23:13:07.3|Debug|MigrationLogger|58: drop_episode_file_path migrated
  1086. 16-4-27 23:13:07.3|Debug|MigrationLogger|Took: 00:00:00.0655985
  1087. 16-4-27 23:13:07.3|Info|MigrationLogger|*** 59: add_enable_options_to_indexers migrating ***
  1088. 16-4-27 23:13:07.3|Debug|MigrationLogger|Beginning Transaction
  1089. 16-4-27 23:13:07.3|Info|add_enable_options_to_indexers|Starting migration to 59
  1090. 16-4-27 23:13:07.3|Debug|MigrationLogger|AlterTable Indexers
  1091. 16-4-27 23:13:07.3|Debug|MigrationLogger|
  1092. 16-4-27 23:13:07.3|Debug|MigrationLogger|Took: 00:00:00.0071913
  1093. 16-4-27 23:13:07.3|Debug|MigrationLogger|CreateColumn Indexers EnableRss Boolean
  1094. 16-4-27 23:13:07.3|Debug|MigrationLogger|ALTER TABLE "Indexers" ADD COLUMN "EnableRss" INTEGER
  1095. 16-4-27 23:13:07.3|Debug|MigrationLogger|Took: 00:00:00.0075071
  1096. 16-4-27 23:13:07.4|Debug|MigrationLogger|CreateColumn Indexers EnableSearch Boolean
  1097. 16-4-27 23:13:07.4|Debug|MigrationLogger|ALTER TABLE "Indexers" ADD COLUMN "EnableSearch" INTEGER
  1098. 16-4-27 23:13:07.4|Debug|MigrationLogger|Took: 00:00:00.0074950
  1099. 16-4-27 23:13:07.4|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET EnableRss = Enable, EnableSearch = Enable
  1100. 16-4-27 23:13:07.4|Debug|MigrationLogger|UPDATE Indexers SET EnableRss = Enable, EnableSearch = Enable
  1101. 16-4-27 23:13:07.4|Debug|MigrationLogger|Took: 00:00:00.0090280
  1102. 16-4-27 23:13:07.4|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET EnableSearch = 0 WHERE Implementation = 'Wombles'
  1103. 16-4-27 23:13:07.4|Debug|MigrationLogger|UPDATE Indexers SET EnableSearch = 0 WHERE Implementation = 'Wombles'
  1104. 16-4-27 23:13:07.4|Debug|MigrationLogger|Took: 00:00:00.0120329
  1105. 16-4-27 23:13:07.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (59, '2016-04-28T03:13:07', 'add_enable_options_to_indexers')
  1106. 16-4-27 23:13:07.5|Debug|MigrationLogger|Committing Transaction
  1107. 16-4-27 23:13:07.5|Debug|MigrationLogger|59: add_enable_options_to_indexers migrated
  1108. 16-4-27 23:13:07.5|Debug|MigrationLogger|Took: 00:00:00.0522959
  1109. 16-4-27 23:13:07.5|Info|MigrationLogger|*** 60: remove_enable_from_indexers migrating ***
  1110. 16-4-27 23:13:07.5|Debug|MigrationLogger|Beginning Transaction
  1111. 16-4-27 23:13:07.5|Info|remove_enable_from_indexers|Starting migration to 60
  1112. 16-4-27 23:13:07.5|Debug|MigrationLogger|DeleteColumn Indexers Enable
  1113. 16-4-27 23:13:07.6|Debug|MigrationLogger|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableSearch" INTEGER)
  1114. 16-4-27 23:13:07.6|Debug|MigrationLogger|INSERT INTO "Indexers_temp" SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableSearch" FROM "Indexers"
  1115. 16-4-27 23:13:07.6|Debug|MigrationLogger|DROP TABLE "Indexers"
  1116. 16-4-27 23:13:07.6|Debug|MigrationLogger|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
  1117. 16-4-27 23:13:07.6|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
  1118. 16-4-27 23:13:07.6|Debug|MigrationLogger|Took: 00:00:00.0689824
  1119. 16-4-27 23:13:07.6|Debug|MigrationLogger|DeleteColumn DownloadClients Protocol
  1120. 16-4-27 23:13:07.7|Debug|MigrationLogger|CREATE TABLE "DownloadClients_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL)
  1121. 16-4-27 23:13:07.7|Debug|MigrationLogger|INSERT INTO "DownloadClients_temp" SELECT "Id", "Enable", "Name", "Implementation", "Settings", "ConfigContract" FROM "DownloadClients"
  1122. 16-4-27 23:13:07.7|Debug|MigrationLogger|DROP TABLE "DownloadClients"
  1123. 16-4-27 23:13:07.7|Debug|MigrationLogger|ALTER TABLE "DownloadClients_temp" RENAME TO "DownloadClients"
  1124. 16-4-27 23:13:07.7|Debug|MigrationLogger|Took: 00:00:00.0507595
  1125. 16-4-27 23:13:07.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (60, '2016-04-28T03:13:07', 'remove_enable_from_indexers')
  1126. 16-4-27 23:13:07.7|Debug|MigrationLogger|Committing Transaction
  1127. 16-4-27 23:13:07.7|Debug|MigrationLogger|60: remove_enable_from_indexers migrated
  1128. 16-4-27 23:13:07.8|Debug|MigrationLogger|Took: 00:00:00.0894781
  1129. 16-4-27 23:13:07.8|Info|MigrationLogger|*** 61: clear_bad_scene_names migrating ***
  1130. 16-4-27 23:13:07.8|Debug|MigrationLogger|Beginning Transaction
  1131. 16-4-27 23:13:07.8|Info|clear_bad_scene_names|Starting migration to 61
  1132. 16-4-27 23:13:07.8|Debug|MigrationLogger|ExecuteSqlStatement UPDATE [EpisodeFiles] SET ReleaseGroup = NULL , SceneName = NULL WHERE ReleaseGroup IS NULL OR SceneName IS NULL OR ReleaseGroup =='DRONE' OR LENGTH(SceneName) <10 OR LENGTH(ReleaseGroup) > 20 OR SceneName NOT LIKE '%.%'
  1133. 16-4-27 23:13:07.8|Debug|MigrationLogger|UPDATE [EpisodeFiles] SET ReleaseGroup = NULL , SceneName = NULL WHERE ReleaseGroup IS NULL OR SceneName IS NULL OR ReleaseGroup =='DRONE' OR LENGTH(SceneName) <10 OR LENGTH(ReleaseGroup) > 20 OR SceneName NOT LIKE '%.%'
  1134. 16-4-27 23:13:07.8|Debug|MigrationLogger|Took: 00:00:00.0121173
  1135. 16-4-27 23:13:07.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (61, '2016-04-28T03:13:07', 'clear_bad_scene_names')
  1136. 16-4-27 23:13:07.9|Debug|MigrationLogger|Committing Transaction
  1137. 16-4-27 23:13:07.9|Debug|MigrationLogger|61: clear_bad_scene_names migrated
  1138. 16-4-27 23:13:07.9|Debug|MigrationLogger|Took: 00:00:00.0481738
  1139. 16-4-27 23:13:07.9|Info|MigrationLogger|*** 62: convert_quality_models migrating ***
  1140. 16-4-27 23:13:07.9|Debug|MigrationLogger|Beginning Transaction
  1141. 16-4-27 23:13:07.9|Info|convert_quality_models|Starting migration to 62
  1142. 16-4-27 23:13:07.9|Debug|MigrationLogger|PerformDBOperation
  1143. 16-4-27 23:13:07.9|Debug|MigrationLogger|Performing DB Operation
  1144. 16-4-27 23:13:07.9|Debug|MigrationLogger|Took: 00:00:00.0095111
  1145. 16-4-27 23:13:08.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (62, '2016-04-28T03:13:08', 'convert_quality_models')
  1146. 16-4-27 23:13:08.0|Debug|MigrationLogger|Committing Transaction
  1147. 16-4-27 23:13:08.0|Debug|MigrationLogger|62: convert_quality_models migrated
  1148. 16-4-27 23:13:08.0|Debug|MigrationLogger|Took: 00:00:00.0463238
  1149. 16-4-27 23:13:08.0|Info|MigrationLogger|*** 63: add_remotepathmappings migrating ***
  1150. 16-4-27 23:13:08.0|Debug|MigrationLogger|Beginning Transaction
  1151. 16-4-27 23:13:08.0|Info|add_remotepathmappings|Starting migration to 63
  1152. 16-4-27 23:13:08.0|Debug|MigrationLogger|CreateTable RemotePathMappings
  1153. 16-4-27 23:13:08.0|Debug|MigrationLogger|CREATE TABLE "RemotePathMappings" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Host" TEXT NOT NULL, "RemotePath" TEXT NOT NULL, "LocalPath" TEXT NOT NULL)
  1154. 16-4-27 23:13:08.0|Debug|MigrationLogger|Took: 00:00:00.0110210
  1155. 16-4-27 23:13:08.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (63, '2016-04-28T03:13:08', 'add_remotepathmappings')
  1156. 16-4-27 23:13:08.1|Debug|MigrationLogger|Committing Transaction
  1157. 16-4-27 23:13:08.1|Debug|MigrationLogger|63: add_remotepathmappings migrated
  1158. 16-4-27 23:13:08.1|Debug|MigrationLogger|Took: 00:00:00.0430647
  1159. 16-4-27 23:13:08.1|Info|MigrationLogger|*** 64: remove_method_from_logs migrating ***
  1160. 16-4-27 23:13:08.1|Debug|MigrationLogger|Beginning Transaction
  1161. 16-4-27 23:13:08.1|Info|remove_method_from_logs|Starting migration to 64
  1162. 16-4-27 23:13:08.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (64, '2016-04-28T03:13:08', 'remove_method_from_logs')
  1163. 16-4-27 23:13:08.2|Debug|MigrationLogger|Committing Transaction
  1164. 16-4-27 23:13:08.2|Debug|MigrationLogger|64: remove_method_from_logs migrated
  1165. 16-4-27 23:13:08.2|Debug|MigrationLogger|Took: 00:00:00.0411886
  1166. 16-4-27 23:13:08.2|Info|MigrationLogger|*** 65: make_scene_numbering_nullable migrating ***
  1167. 16-4-27 23:13:08.2|Debug|MigrationLogger|Beginning Transaction
  1168. 16-4-27 23:13:08.2|Info|make_scene_numbering_nullable|Starting migration to 65
  1169. 16-4-27 23:13:08.2|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET AbsoluteEpisodeNumber = NULL WHERE AbsoluteEpisodeNumber = 0
  1170. 16-4-27 23:13:08.2|Debug|MigrationLogger|UPDATE Episodes SET AbsoluteEpisodeNumber = NULL WHERE AbsoluteEpisodeNumber = 0
  1171. 16-4-27 23:13:08.2|Debug|MigrationLogger|Took: 00:00:00.0102114
  1172. 16-4-27 23:13:08.2|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET SceneAbsoluteEpisodeNumber = NULL WHERE SceneAbsoluteEpisodeNumber = 0
  1173. 16-4-27 23:13:08.3|Debug|MigrationLogger|UPDATE Episodes SET SceneAbsoluteEpisodeNumber = NULL WHERE SceneAbsoluteEpisodeNumber = 0
  1174. 16-4-27 23:13:08.3|Debug|MigrationLogger|Took: 00:00:00.0127037
  1175. 16-4-27 23:13:08.3|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Episodes SET SceneSeasonNumber = NULL, SceneEpisodeNumber = NULL WHERE SceneSeasonNumber = 0 AND SceneEpisodeNumber = 0
  1176. 16-4-27 23:13:08.3|Debug|MigrationLogger|UPDATE Episodes SET SceneSeasonNumber = NULL, SceneEpisodeNumber = NULL WHERE SceneSeasonNumber = 0 AND SceneEpisodeNumber = 0
  1177. 16-4-27 23:13:08.3|Debug|MigrationLogger|Took: 00:00:00.0158049
  1178. 16-4-27 23:13:08.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (65, '2016-04-28T03:13:08', 'make_scene_numbering_nullable')
  1179. 16-4-27 23:13:08.4|Debug|MigrationLogger|Committing Transaction
  1180. 16-4-27 23:13:08.4|Debug|MigrationLogger|65: make_scene_numbering_nullable migrated
  1181. 16-4-27 23:13:08.4|Debug|MigrationLogger|Took: 00:00:00.0781828
  1182. 16-4-27 23:13:08.4|Info|MigrationLogger|*** 66: add_tags migrating ***
  1183. 16-4-27 23:13:08.5|Debug|MigrationLogger|Beginning Transaction
  1184. 16-4-27 23:13:08.5|Info|add_tags|Starting migration to 66
  1185. 16-4-27 23:13:08.5|Debug|MigrationLogger|CreateTable Tags
  1186. 16-4-27 23:13:08.5|Debug|MigrationLogger|CREATE TABLE "Tags" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL)
  1187. 16-4-27 23:13:08.5|Debug|MigrationLogger|Took: 00:00:00.0155567
  1188. 16-4-27 23:13:08.5|Debug|MigrationLogger|AlterTable Series
  1189. 16-4-27 23:13:08.5|Debug|MigrationLogger|
  1190. 16-4-27 23:13:08.6|Debug|MigrationLogger|Took: 00:00:00.0160181
  1191. 16-4-27 23:13:08.6|Debug|MigrationLogger|CreateColumn Series Tags String
  1192. 16-4-27 23:13:08.6|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Tags" TEXT
  1193. 16-4-27 23:13:08.6|Debug|MigrationLogger|Took: 00:00:00.0180491
  1194. 16-4-27 23:13:08.6|Debug|MigrationLogger|AlterTable Notifications
  1195. 16-4-27 23:13:08.6|Debug|MigrationLogger|
  1196. 16-4-27 23:13:08.7|Debug|MigrationLogger|Took: 00:00:00.0160845
  1197. 16-4-27 23:13:08.7|Debug|MigrationLogger|CreateColumn Notifications Tags String
  1198. 16-4-27 23:13:08.7|Debug|MigrationLogger|ALTER TABLE "Notifications" ADD COLUMN "Tags" TEXT
  1199. 16-4-27 23:13:08.7|Debug|MigrationLogger|Took: 00:00:00.0155322
  1200. 16-4-27 23:13:08.7|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Series SET Tags = '[]'
  1201. 16-4-27 23:13:08.7|Debug|MigrationLogger|UPDATE Series SET Tags = '[]'
  1202. 16-4-27 23:13:08.8|Debug|MigrationLogger|Took: 00:00:00.0180389
  1203. 16-4-27 23:13:08.8|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Notifications SET Tags = '[]'
  1204. 16-4-27 23:13:08.8|Debug|MigrationLogger|UPDATE Notifications SET Tags = '[]'
  1205. 16-4-27 23:13:08.8|Debug|MigrationLogger|Took: 00:00:00.0190349
  1206. 16-4-27 23:13:08.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (66, '2016-04-28T03:13:08', 'add_tags')
  1207. 16-4-27 23:13:08.9|Debug|MigrationLogger|Committing Transaction
  1208. 16-4-27 23:13:08.9|Debug|MigrationLogger|66: add_tags migrated
  1209. 16-4-27 23:13:08.9|Debug|MigrationLogger|Took: 00:00:00.0795634
  1210. 16-4-27 23:13:08.9|Info|MigrationLogger|*** 67: add_added_to_series migrating ***
  1211. 16-4-27 23:13:08.9|Debug|MigrationLogger|Beginning Transaction
  1212. 16-4-27 23:13:09.0|Info|add_added_to_series|Starting migration to 67
  1213. 16-4-27 23:13:09.0|Debug|MigrationLogger|AlterTable Series
  1214. 16-4-27 23:13:09.0|Debug|MigrationLogger|
  1215. 16-4-27 23:13:09.0|Debug|MigrationLogger|Took: 00:00:00.0195317
  1216. 16-4-27 23:13:09.0|Debug|MigrationLogger|CreateColumn Series Added DateTime
  1217. 16-4-27 23:13:09.1|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "Added" DATETIME
  1218. 16-4-27 23:13:09.1|Debug|MigrationLogger|Took: 00:00:00.0179789
  1219. 16-4-27 23:13:09.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (67, '2016-04-28T03:13:09', 'add_added_to_series')
  1220. 16-4-27 23:13:09.1|Debug|MigrationLogger|Committing Transaction
  1221. 16-4-27 23:13:09.1|Debug|MigrationLogger|67: add_added_to_series migrated
  1222. 16-4-27 23:13:09.1|Debug|MigrationLogger|Took: 00:00:00.0680741
  1223. 16-4-27 23:13:09.2|Info|MigrationLogger|*** 68: add_release_restrictions migrating ***
  1224. 16-4-27 23:13:09.2|Debug|MigrationLogger|Beginning Transaction
  1225. 16-4-27 23:13:09.2|Info|add_release_restrictions|Starting migration to 68
  1226. 16-4-27 23:13:09.2|Debug|MigrationLogger|CreateTable Restrictions
  1227. 16-4-27 23:13:09.2|Debug|MigrationLogger|CREATE TABLE "Restrictions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Preferred" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL)
  1228. 16-4-27 23:13:09.2|Debug|MigrationLogger|Took: 00:00:00.0139866
  1229. 16-4-27 23:13:09.2|Debug|MigrationLogger|PerformDBOperation
  1230. 16-4-27 23:13:09.3|Debug|MigrationLogger|Performing DB Operation
  1231. 16-4-27 23:13:09.3|Debug|MigrationLogger|Took: 00:00:00.0111771
  1232. 16-4-27 23:13:09.3|Debug|MigrationLogger|ExecuteSqlStatement DELETE FROM Config WHERE [Key] = 'releaserestrictions'
  1233. 16-4-27 23:13:09.3|Debug|MigrationLogger|DELETE FROM Config WHERE [Key] = 'releaserestrictions'
  1234. 16-4-27 23:13:09.3|Debug|MigrationLogger|Took: 00:00:00.0137212
  1235. 16-4-27 23:13:09.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (68, '2016-04-28T03:13:09', 'add_release_restrictions')
  1236. 16-4-27 23:13:09.3|Debug|MigrationLogger|Committing Transaction
  1237. 16-4-27 23:13:09.3|Debug|MigrationLogger|68: add_release_restrictions migrated
  1238. 16-4-27 23:13:09.4|Debug|MigrationLogger|Took: 00:00:00.0578189
  1239. 16-4-27 23:13:09.4|Info|MigrationLogger|*** 69: quality_proper migrating ***
  1240. 16-4-27 23:13:09.4|Debug|MigrationLogger|Beginning Transaction
  1241. 16-4-27 23:13:09.4|Info|quality_proper|Starting migration to 69
  1242. 16-4-27 23:13:09.4|Debug|MigrationLogger|PerformDBOperation
  1243. 16-4-27 23:13:09.4|Debug|MigrationLogger|Performing DB Operation
  1244. 16-4-27 23:13:09.5|Debug|MigrationLogger|Took: 00:00:00.0148291
  1245. 16-4-27 23:13:09.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (69, '2016-04-28T03:13:09', 'quality_proper')
  1246. 16-4-27 23:13:09.5|Debug|MigrationLogger|Committing Transaction
  1247. 16-4-27 23:13:09.5|Debug|MigrationLogger|69: quality_proper migrated
  1248. 16-4-27 23:13:09.5|Debug|MigrationLogger|Took: 00:00:00.0572080
  1249. 16-4-27 23:13:09.5|Info|MigrationLogger|*** 70: delay_profile migrating ***
  1250. 16-4-27 23:13:09.5|Debug|MigrationLogger|Beginning Transaction
  1251. 16-4-27 23:13:09.6|Info|delay_profile|Starting migration to 70
  1252. 16-4-27 23:13:09.6|Debug|MigrationLogger|CreateTable DelayProfiles
  1253. 16-4-27 23:13:09.6|Debug|MigrationLogger|CREATE TABLE "DelayProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EnableUsenet" INTEGER NOT NULL, "EnableTorrent" INTEGER NOT NULL, "PreferredProtocol" INTEGER NOT NULL, "UsenetDelay" INTEGER NOT NULL, "TorrentDelay" INTEGER NOT NULL, "Order" INTEGER NOT NULL, "Tags" TEXT NOT NULL)
  1254. 16-4-27 23:13:09.6|Debug|MigrationLogger|Took: 00:00:00.0110210
  1255. 16-4-27 23:13:09.6|Debug|MigrationLogger|INSERT INTO "DelayProfiles" ("EnableUsenet", "EnableTorrent", "PreferredProtocol", "UsenetDelay", "TorrentDelay", "Order", "Tags") VALUES (1, 1, 1, 0, 0, 2147483647, '[]')
  1256. 16-4-27 23:13:09.6|Debug|MigrationLogger|PerformDBOperation
  1257. 16-4-27 23:13:09.6|Debug|MigrationLogger|Performing DB Operation
  1258. 16-4-27 23:13:09.6|Debug|MigrationLogger|Took: 00:00:00.0115206
  1259. 16-4-27 23:13:09.6|Debug|MigrationLogger|DeleteColumn Profiles GrabDelay
  1260. 16-4-27 23:13:09.7|Debug|MigrationLogger|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER, "GrabDelayMode" INTEGER)
  1261. 16-4-27 23:13:09.7|Debug|MigrationLogger|INSERT INTO "Profiles_temp" SELECT "Id", "Name", "Cutoff", "Items", "Language", "GrabDelayMode" FROM "Profiles"
  1262. 16-4-27 23:13:09.7|Debug|MigrationLogger|DROP TABLE "Profiles"
  1263. 16-4-27 23:13:09.7|Debug|MigrationLogger|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
  1264. 16-4-27 23:13:09.7|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "Profiles" ("Name" ASC)
  1265. 16-4-27 23:13:09.7|Debug|MigrationLogger|Took: 00:00:00.0524380
  1266. 16-4-27 23:13:09.7|Debug|MigrationLogger|DeleteColumn Profiles GrabDelayMode
  1267. 16-4-27 23:13:09.7|Debug|MigrationLogger|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER)
  1268. 16-4-27 23:13:09.7|Debug|MigrationLogger|INSERT INTO "Profiles_temp" SELECT "Id", "Name", "Cutoff", "Items", "Language" FROM "Profiles"
  1269. 16-4-27 23:13:09.8|Debug|MigrationLogger|DROP TABLE "Profiles"
  1270. 16-4-27 23:13:09.8|Debug|MigrationLogger|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
  1271. 16-4-27 23:13:09.8|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "Profiles" ("Name" ASC)
  1272. 16-4-27 23:13:09.8|Debug|MigrationLogger|Took: 00:00:00.0484915
  1273. 16-4-27 23:13:09.8|Debug|MigrationLogger|-> 1 Insert operations completed in 00:00:00.0094962 taking an average of 00:00:00.0094962
  1274. 16-4-27 23:13:09.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (70, '2016-04-28T03:13:09', 'delay_profile')
  1275. 16-4-27 23:13:09.8|Debug|MigrationLogger|Committing Transaction
  1276. 16-4-27 23:13:09.8|Debug|MigrationLogger|70: delay_profile migrated
  1277. 16-4-27 23:13:09.8|Debug|MigrationLogger|Took: 00:00:00.0927813
  1278. 16-4-27 23:13:09.8|Info|MigrationLogger|*** 71: unknown_quality_in_profile migrating ***
  1279. 16-4-27 23:13:09.9|Debug|MigrationLogger|Beginning Transaction
  1280. 16-4-27 23:13:09.9|Info|unknown_quality_in_profile|Starting migration to 71
  1281. 16-4-27 23:13:09.9|Debug|MigrationLogger|DeleteColumn QualityDefinitions Weight
  1282. 16-4-27 23:13:09.9|Debug|MigrationLogger|CREATE TABLE "QualityDefinitions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" INTEGER NOT NULL, "MaxSize" INTEGER NOT NULL)
  1283. 16-4-27 23:13:09.9|Debug|MigrationLogger|INSERT INTO "QualityDefinitions_temp" SELECT "Id", "Quality", "Title", "MinSize", "MaxSize" FROM "QualityDefinitions"
  1284. 16-4-27 23:13:09.9|Debug|MigrationLogger|DROP TABLE "QualityDefinitions"
  1285. 16-4-27 23:13:09.9|Debug|MigrationLogger|ALTER TABLE "QualityDefinitions_temp" RENAME TO "QualityDefinitions"
  1286. 16-4-27 23:13:09.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
  1287. 16-4-27 23:13:09.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
  1288. 16-4-27 23:13:09.9|Debug|MigrationLogger|Took: 00:00:00.0592671
  1289. 16-4-27 23:13:09.9|Debug|MigrationLogger|PerformDBOperation
  1290. 16-4-27 23:13:10.0|Debug|MigrationLogger|Performing DB Operation
  1291. 16-4-27 23:13:10.0|Debug|MigrationLogger|Took: 00:00:00.0110086
  1292. 16-4-27 23:13:10.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (71, '2016-04-28T03:13:10', 'unknown_quality_in_profile')
  1293. 16-4-27 23:13:10.0|Debug|MigrationLogger|Committing Transaction
  1294. 16-4-27 23:13:10.0|Debug|MigrationLogger|71: unknown_quality_in_profile migrated
  1295. 16-4-27 23:13:10.0|Debug|MigrationLogger|Took: 00:00:00.0425632
  1296. 16-4-27 23:13:10.0|Info|MigrationLogger|*** 72: history_downloadId migrating ***
  1297. 16-4-27 23:13:10.0|Debug|MigrationLogger|Beginning Transaction
  1298. 16-4-27 23:13:10.0|Info|history_downloadId|Starting migration to 72
  1299. 16-4-27 23:13:10.0|Debug|MigrationLogger|AlterTable History
  1300. 16-4-27 23:13:10.1|Debug|MigrationLogger|
  1301. 16-4-27 23:13:10.1|Debug|MigrationLogger|Took: 00:00:00.0090087
  1302. 16-4-27 23:13:10.1|Debug|MigrationLogger|CreateColumn History DownloadId String
  1303. 16-4-27 23:13:10.1|Debug|MigrationLogger|ALTER TABLE "History" ADD COLUMN "DownloadId" TEXT
  1304. 16-4-27 23:13:10.1|Debug|MigrationLogger|Took: 00:00:00.0085088
  1305. 16-4-27 23:13:10.1|Debug|MigrationLogger|CreateIndex History (DownloadId)
  1306. 16-4-27 23:13:10.1|Debug|MigrationLogger|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
  1307. 16-4-27 23:13:10.1|Debug|MigrationLogger|Took: 00:00:00.0065170
  1308. 16-4-27 23:13:10.1|Debug|MigrationLogger|PerformDBOperation
  1309. 16-4-27 23:13:10.1|Debug|MigrationLogger|Performing DB Operation
  1310. 16-4-27 23:13:10.1|Debug|MigrationLogger|Took: 00:00:00.0070072
  1311. 16-4-27 23:13:10.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (72, '2016-04-28T03:13:10', 'history_downloadId')
  1312. 16-4-27 23:13:10.2|Debug|MigrationLogger|Committing Transaction
  1313. 16-4-27 23:13:10.2|Debug|MigrationLogger|72: history_downloadId migrated
  1314. 16-4-27 23:13:10.2|Debug|MigrationLogger|Took: 00:00:00.0366504
  1315. 16-4-27 23:13:10.2|Info|MigrationLogger|*** 73: clear_ratings migrating ***
  1316. 16-4-27 23:13:10.2|Debug|MigrationLogger|Beginning Transaction
  1317. 16-4-27 23:13:10.2|Info|clear_ratings|Starting migration to 73
  1318. 16-4-27 23:13:10.2|Debug|MigrationLogger|UpdateData
  1319. 16-4-27 23:13:10.2|Debug|MigrationLogger|UPDATE "Series" SET "Ratings" = '{}' WHERE 1 = 1
  1320. 16-4-27 23:13:10.2|Debug|MigrationLogger|Took: 00:00:00.0065117
  1321. 16-4-27 23:13:10.2|Debug|MigrationLogger|UpdateData
  1322. 16-4-27 23:13:10.2|Debug|MigrationLogger|UPDATE "Episodes" SET "Ratings" = '{}' WHERE 1 = 1
  1323. 16-4-27 23:13:10.3|Debug|MigrationLogger|Took: 00:00:00.0080061
  1324. 16-4-27 23:13:10.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (73, '2016-04-28T03:13:10', 'clear_ratings')
  1325. 16-4-27 23:13:10.3|Debug|MigrationLogger|Committing Transaction
  1326. 16-4-27 23:13:10.3|Debug|MigrationLogger|73: clear_ratings migrated
  1327. 16-4-27 23:13:10.3|Debug|MigrationLogger|Took: 00:00:00.0315307
  1328. 16-4-27 23:13:10.3|Info|MigrationLogger|*** 74: disable_eztv migrating ***
  1329. 16-4-27 23:13:10.3|Debug|MigrationLogger|Beginning Transaction
  1330. 16-4-27 23:13:10.3|Info|disable_eztv|Starting migration to 74
  1331. 16-4-27 23:13:10.3|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET EnableRss = 0, EnableSearch = 0 WHERE Implementation = 'Eztv' AND Settings LIKE '%ezrss.it%'
  1332. 16-4-27 23:13:10.3|Debug|MigrationLogger|UPDATE Indexers SET EnableRss = 0, EnableSearch = 0 WHERE Implementation = 'Eztv' AND Settings LIKE '%ezrss.it%'
  1333. 16-4-27 23:13:10.3|Debug|MigrationLogger|Took: 00:00:00.0090202
  1334. 16-4-27 23:13:10.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (74, '2016-04-28T03:13:10', 'disable_eztv')
  1335. 16-4-27 23:13:10.4|Debug|MigrationLogger|Committing Transaction
  1336. 16-4-27 23:13:10.4|Debug|MigrationLogger|74: disable_eztv migrated
  1337. 16-4-27 23:13:10.4|Debug|MigrationLogger|Took: 00:00:00.0452613
  1338. 16-4-27 23:13:10.4|Info|MigrationLogger|*** 75: force_lib_update migrating ***
  1339. 16-4-27 23:13:10.4|Debug|MigrationLogger|Beginning Transaction
  1340. 16-4-27 23:13:10.4|Info|force_lib_update|Starting migration to 75
  1341. 16-4-27 23:13:10.4|Debug|MigrationLogger|UpdateData
  1342. 16-4-27 23:13:10.4|Debug|MigrationLogger|UPDATE "ScheduledTasks" SET "LastExecution" = '2014-01-01 00:00:00' WHERE "TypeName" = 'NzbDrone.Core.Tv.Commands.RefreshSeriesCommand'
  1343. 16-4-27 23:13:10.4|Debug|MigrationLogger|Took: 00:00:00.0093559
  1344. 16-4-27 23:13:10.5|Debug|MigrationLogger|UpdateData
  1345. 16-4-27 23:13:10.5|Debug|MigrationLogger|UPDATE "Series" SET "LastInfoSync" = '2014-01-01 00:00:00' WHERE 1 = 1
  1346. 16-4-27 23:13:10.5|Debug|MigrationLogger|Took: 00:00:00.0082348
  1347. 16-4-27 23:13:10.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (75, '2016-04-28T03:13:10', 'force_lib_update')
  1348. 16-4-27 23:13:10.5|Debug|MigrationLogger|Committing Transaction
  1349. 16-4-27 23:13:10.5|Debug|MigrationLogger|75: force_lib_update migrated
  1350. 16-4-27 23:13:10.5|Debug|MigrationLogger|Took: 00:00:00.0575583
  1351. 16-4-27 23:13:10.6|Info|MigrationLogger|*** 76: add_users_table migrating ***
  1352. 16-4-27 23:13:10.6|Debug|MigrationLogger|Beginning Transaction
  1353. 16-4-27 23:13:10.6|Info|add_users_table|Starting migration to 76
  1354. 16-4-27 23:13:10.6|Debug|MigrationLogger|CreateTable Users
  1355. 16-4-27 23:13:10.6|Debug|MigrationLogger|CREATE TABLE "Users" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Identifier" TEXT NOT NULL, "Username" TEXT NOT NULL, "Password" TEXT NOT NULL)
  1356. 16-4-27 23:13:10.6|Debug|MigrationLogger|Took: 00:00:00.0095092
  1357. 16-4-27 23:13:10.6|Debug|MigrationLogger|CreateIndex Users (Identifier)
  1358. 16-4-27 23:13:10.6|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC)
  1359. 16-4-27 23:13:10.6|Debug|MigrationLogger|Took: 00:00:00.0100836
  1360. 16-4-27 23:13:10.6|Debug|MigrationLogger|CreateIndex Users (Username)
  1361. 16-4-27 23:13:10.7|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Users_Username" ON "Users" ("Username" ASC)
  1362. 16-4-27 23:13:10.7|Debug|MigrationLogger|Took: 00:00:00.0100470
  1363. 16-4-27 23:13:10.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (76, '2016-04-28T03:13:10', 'add_users_table')
  1364. 16-4-27 23:13:10.7|Debug|MigrationLogger|Committing Transaction
  1365. 16-4-27 23:13:10.7|Debug|MigrationLogger|76: add_users_table migrated
  1366. 16-4-27 23:13:10.7|Debug|MigrationLogger|Took: 00:00:00.0416180
  1367. 16-4-27 23:13:10.7|Info|MigrationLogger|*** 77: add_add_options_to_series migrating ***
  1368. 16-4-27 23:13:10.7|Debug|MigrationLogger|Beginning Transaction
  1369. 16-4-27 23:13:10.7|Info|add_add_options_to_series|Starting migration to 77
  1370. 16-4-27 23:13:10.8|Debug|MigrationLogger|AlterTable Series
  1371. 16-4-27 23:13:10.8|Debug|MigrationLogger|
  1372. 16-4-27 23:13:10.8|Debug|MigrationLogger|Took: 00:00:00.0090121
  1373. 16-4-27 23:13:10.8|Debug|MigrationLogger|CreateColumn Series AddOptions String
  1374. 16-4-27 23:13:10.8|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "AddOptions" TEXT
  1375. 16-4-27 23:13:10.8|Debug|MigrationLogger|Took: 00:00:00.0088225
  1376. 16-4-27 23:13:10.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (77, '2016-04-28T03:13:10', 'add_add_options_to_series')
  1377. 16-4-27 23:13:10.8|Debug|MigrationLogger|Committing Transaction
  1378. 16-4-27 23:13:10.8|Debug|MigrationLogger|77: add_add_options_to_series migrated
  1379. 16-4-27 23:13:10.8|Debug|MigrationLogger|Took: 00:00:00.0378677
  1380. 16-4-27 23:13:10.8|Info|MigrationLogger|*** 78: add_commands_table migrating ***
  1381. 16-4-27 23:13:10.9|Debug|MigrationLogger|Beginning Transaction
  1382. 16-4-27 23:13:10.9|Info|add_commands_table|Starting migration to 78
  1383. 16-4-27 23:13:10.9|Debug|MigrationLogger|CreateTable Commands
  1384. 16-4-27 23:13:10.9|Debug|MigrationLogger|CREATE TABLE "Commands" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL)
  1385. 16-4-27 23:13:10.9|Debug|MigrationLogger|Took: 00:00:00.0075229
  1386. 16-4-27 23:13:10.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (78, '2016-04-28T03:13:10', 'add_commands_table')
  1387. 16-4-27 23:13:10.9|Debug|MigrationLogger|Committing Transaction
  1388. 16-4-27 23:13:10.9|Debug|MigrationLogger|78: add_commands_table migrated
  1389. 16-4-27 23:13:10.9|Debug|MigrationLogger|Took: 00:00:00.0306721
  1390. 16-4-27 23:13:10.9|Info|MigrationLogger|*** 79: dedupe_tags migrating ***
  1391. 16-4-27 23:13:10.9|Debug|MigrationLogger|Beginning Transaction
  1392. 16-4-27 23:13:11.0|Info|dedupe_tags|Starting migration to 79
  1393. 16-4-27 23:13:11.0|Debug|MigrationLogger|PerformDBOperation
  1394. 16-4-27 23:13:11.0|Debug|MigrationLogger|Performing DB Operation
  1395. 16-4-27 23:13:11.0|Debug|MigrationLogger|Took: 00:00:00.0648020
  1396. 16-4-27 23:13:11.0|Debug|MigrationLogger|AlterTable Tags
  1397. 16-4-27 23:13:11.0|Debug|MigrationLogger|
  1398. 16-4-27 23:13:11.0|Debug|MigrationLogger|Took: 00:00:00.0070100
  1399. 16-4-27 23:13:11.1|Debug|MigrationLogger|AlterColumn Tags Label String
  1400. 16-4-27 23:13:11.1|Debug|MigrationLogger|CREATE TABLE "Tags_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL)
  1401. 16-4-27 23:13:11.1|Debug|MigrationLogger|INSERT INTO "Tags_temp" SELECT "Id", "Label" FROM "Tags"
  1402. 16-4-27 23:13:11.1|Debug|MigrationLogger|DROP TABLE "Tags"
  1403. 16-4-27 23:13:11.1|Debug|MigrationLogger|ALTER TABLE "Tags_temp" RENAME TO "Tags"
  1404. 16-4-27 23:13:11.1|Debug|MigrationLogger|Took: 00:00:00.0331465
  1405. 16-4-27 23:13:11.1|Debug|MigrationLogger|CreateIndex Tags (Label)
  1406. 16-4-27 23:13:11.1|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC)
  1407. 16-4-27 23:13:11.1|Debug|MigrationLogger|Took: 00:00:00.0079955
  1408. 16-4-27 23:13:11.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (79, '2016-04-28T03:13:11', 'dedupe_tags')
  1409. 16-4-27 23:13:11.1|Debug|MigrationLogger|Committing Transaction
  1410. 16-4-27 23:13:11.2|Debug|MigrationLogger|79: dedupe_tags migrated
  1411. 16-4-27 23:13:11.2|Debug|MigrationLogger|Took: 00:00:00.0440648
  1412. 16-4-27 23:13:11.2|Info|MigrationLogger|*** 81: move_dot_prefix_to_transmission_category migrating ***
  1413. 16-4-27 23:13:11.2|Debug|MigrationLogger|Beginning Transaction
  1414. 16-4-27 23:13:11.2|Info|move_dot_prefix_to_transmission_category|Starting migration to 81
  1415. 16-4-27 23:13:11.2|Debug|MigrationLogger|PerformDBOperation
  1416. 16-4-27 23:13:11.2|Debug|MigrationLogger|Performing DB Operation
  1417. 16-4-27 23:13:11.2|Debug|MigrationLogger|Took: 00:00:00.0090159
  1418. 16-4-27 23:13:11.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (81, '2016-04-28T03:13:11', 'move_dot_prefix_to_transmission_category')
  1419. 16-4-27 23:13:11.2|Debug|MigrationLogger|Committing Transaction
  1420. 16-4-27 23:13:11.2|Debug|MigrationLogger|81: move_dot_prefix_to_transmission_category migrated
  1421. 16-4-27 23:13:11.3|Debug|MigrationLogger|Took: 00:00:00.0329691
  1422. 16-4-27 23:13:11.3|Info|MigrationLogger|*** 82: add_fanzub_settings migrating ***
  1423. 16-4-27 23:13:11.3|Debug|MigrationLogger|Beginning Transaction
  1424. 16-4-27 23:13:11.3|Info|add_fanzub_settings|Starting migration to 82
  1425. 16-4-27 23:13:11.3|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET ConfigContract = 'FanzubSettings' WHERE Implementation = 'Fanzub' AND ConfigContract = 'NullConfig'
  1426. 16-4-27 23:13:11.3|Debug|MigrationLogger|UPDATE Indexers SET ConfigContract = 'FanzubSettings' WHERE Implementation = 'Fanzub' AND ConfigContract = 'NullConfig'
  1427. 16-4-27 23:13:11.3|Debug|MigrationLogger|Took: 00:00:00.0105248
  1428. 16-4-27 23:13:11.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (82, '2016-04-28T03:13:11', 'add_fanzub_settings')
  1429. 16-4-27 23:13:11.3|Debug|MigrationLogger|Committing Transaction
  1430. 16-4-27 23:13:11.3|Debug|MigrationLogger|82: add_fanzub_settings migrated
  1431. 16-4-27 23:13:11.3|Debug|MigrationLogger|Took: 00:00:00.0434048
  1432. 16-4-27 23:13:11.4|Info|MigrationLogger|*** 83: additonal_blacklist_columns migrating ***
  1433. 16-4-27 23:13:11.4|Debug|MigrationLogger|Beginning Transaction
  1434. 16-4-27 23:13:11.4|Info|additonal_blacklist_columns|Starting migration to 83
  1435. 16-4-27 23:13:11.4|Debug|MigrationLogger|AlterTable Blacklist
  1436. 16-4-27 23:13:11.4|Debug|MigrationLogger|
  1437. 16-4-27 23:13:11.4|Debug|MigrationLogger|Took: 00:00:00.0089988
  1438. 16-4-27 23:13:11.4|Debug|MigrationLogger|CreateColumn Blacklist Size Int64
  1439. 16-4-27 23:13:11.4|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "Size" INTEGER
  1440. 16-4-27 23:13:11.4|Debug|MigrationLogger|Took: 00:00:00.0092970
  1441. 16-4-27 23:13:11.5|Debug|MigrationLogger|AlterTable Blacklist
  1442. 16-4-27 23:13:11.5|Debug|MigrationLogger|
  1443. 16-4-27 23:13:11.5|Debug|MigrationLogger|Took: 00:00:00.0110105
  1444. 16-4-27 23:13:11.5|Debug|MigrationLogger|CreateColumn Blacklist Protocol Int32
  1445. 16-4-27 23:13:11.5|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "Protocol" INTEGER
  1446. 16-4-27 23:13:11.5|Debug|MigrationLogger|Took: 00:00:00.0144942
  1447. 16-4-27 23:13:11.5|Debug|MigrationLogger|AlterTable Blacklist
  1448. 16-4-27 23:13:11.5|Debug|MigrationLogger|
  1449. 16-4-27 23:13:11.5|Debug|MigrationLogger|Took: 00:00:00.0096895
  1450. 16-4-27 23:13:11.5|Debug|MigrationLogger|CreateColumn Blacklist Indexer String
  1451. 16-4-27 23:13:11.5|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "Indexer" TEXT
  1452. 16-4-27 23:13:11.6|Debug|MigrationLogger|Took: 00:00:00.0090289
  1453. 16-4-27 23:13:11.6|Debug|MigrationLogger|AlterTable Blacklist
  1454. 16-4-27 23:13:11.6|Debug|MigrationLogger|
  1455. 16-4-27 23:13:11.6|Debug|MigrationLogger|Took: 00:00:00.0090047
  1456. 16-4-27 23:13:11.6|Debug|MigrationLogger|CreateColumn Blacklist Message String
  1457. 16-4-27 23:13:11.6|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "Message" TEXT
  1458. 16-4-27 23:13:11.6|Debug|MigrationLogger|Took: 00:00:00.0100070
  1459. 16-4-27 23:13:11.6|Debug|MigrationLogger|AlterTable Blacklist
  1460. 16-4-27 23:13:11.6|Debug|MigrationLogger|
  1461. 16-4-27 23:13:11.6|Debug|MigrationLogger|Took: 00:00:00.0084685
  1462. 16-4-27 23:13:11.7|Debug|MigrationLogger|CreateColumn Blacklist TorrentInfoHash String
  1463. 16-4-27 23:13:11.7|Debug|MigrationLogger|ALTER TABLE "Blacklist" ADD COLUMN "TorrentInfoHash" TEXT
  1464. 16-4-27 23:13:11.7|Debug|MigrationLogger|Took: 00:00:00.0087869
  1465. 16-4-27 23:13:11.7|Debug|MigrationLogger|UpdateData
  1466. 16-4-27 23:13:11.7|Debug|MigrationLogger|UPDATE "Blacklist" SET "Protocol" = 1 WHERE 1 = 1
  1467. 16-4-27 23:13:11.7|Debug|MigrationLogger|Took: 00:00:00.0095120
  1468. 16-4-27 23:13:11.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (83, '2016-04-28T03:13:11', 'additonal_blacklist_columns')
  1469. 16-4-27 23:13:11.7|Debug|MigrationLogger|Committing Transaction
  1470. 16-4-27 23:13:11.7|Debug|MigrationLogger|83: additonal_blacklist_columns migrated
  1471. 16-4-27 23:13:11.8|Debug|MigrationLogger|Took: 00:00:00.0421254
  1472. 16-4-27 23:13:11.8|Info|MigrationLogger|*** 84: update_quality_minmax_size migrating ***
  1473. 16-4-27 23:13:11.8|Debug|MigrationLogger|Beginning Transaction
  1474. 16-4-27 23:13:11.8|Info|update_quality_minmax_size|Starting migration to 84
  1475. 16-4-27 23:13:11.8|Debug|MigrationLogger|AlterTable QualityDefinitions
  1476. 16-4-27 23:13:11.8|Debug|MigrationLogger|
  1477. 16-4-27 23:13:11.8|Debug|MigrationLogger|Took: 00:00:00.0079971
  1478. 16-4-27 23:13:11.8|Debug|MigrationLogger|AlterColumn QualityDefinitions MinSize Double
  1479. 16-4-27 23:13:11.8|Debug|MigrationLogger|CREATE TABLE "QualityDefinitions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" NUMERIC, "MaxSize" INTEGER NOT NULL)
  1480. 16-4-27 23:13:11.8|Debug|MigrationLogger|INSERT INTO "QualityDefinitions_temp" SELECT "Id", "Quality", "Title", "MinSize", "MaxSize" FROM "QualityDefinitions"
  1481. 16-4-27 23:13:11.8|Debug|MigrationLogger|DROP TABLE "QualityDefinitions"
  1482. 16-4-27 23:13:11.9|Debug|MigrationLogger|ALTER TABLE "QualityDefinitions_temp" RENAME TO "QualityDefinitions"
  1483. 16-4-27 23:13:11.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
  1484. 16-4-27 23:13:11.9|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
  1485. 16-4-27 23:13:11.9|Debug|MigrationLogger|Took: 00:00:00.0462239
  1486. 16-4-27 23:13:11.9|Debug|MigrationLogger|AlterTable QualityDefinitions
  1487. 16-4-27 23:13:11.9|Debug|MigrationLogger|
  1488. 16-4-27 23:13:11.9|Debug|MigrationLogger|Took: 00:00:00.0080216
  1489. 16-4-27 23:13:11.9|Debug|MigrationLogger|AlterColumn QualityDefinitions MaxSize Double
  1490. 16-4-27 23:13:11.9|Debug|MigrationLogger|CREATE TABLE "QualityDefinitions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" NUMERIC, "MaxSize" NUMERIC)
  1491. 16-4-27 23:13:11.9|Debug|MigrationLogger|INSERT INTO "QualityDefinitions_temp" SELECT "Id", "Quality", "Title", "MinSize", "MaxSize" FROM "QualityDefinitions"
  1492. 16-4-27 23:13:11.9|Debug|MigrationLogger|DROP TABLE "QualityDefinitions"
  1493. 16-4-27 23:13:11.9|Debug|MigrationLogger|ALTER TABLE "QualityDefinitions_temp" RENAME TO "QualityDefinitions"
  1494. 16-4-27 23:13:12.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
  1495. 16-4-27 23:13:12.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
  1496. 16-4-27 23:13:12.0|Debug|MigrationLogger|Took: 00:00:00.0510841
  1497. 16-4-27 23:13:12.0|Debug|MigrationLogger|ExecuteSqlStatement UPDATE QualityDefinitions SET MaxSize = NULL WHERE Quality = 10 OR MaxSize = 0
  1498. 16-4-27 23:13:12.0|Debug|MigrationLogger|UPDATE QualityDefinitions SET MaxSize = NULL WHERE Quality = 10 OR MaxSize = 0
  1499. 16-4-27 23:13:12.0|Debug|MigrationLogger|Took: 00:00:00.0100370
  1500. 16-4-27 23:13:12.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (84, '2016-04-28T03:13:12', 'update_quality_minmax_size')
  1501. 16-4-27 23:13:12.0|Debug|MigrationLogger|Committing Transaction
  1502. 16-4-27 23:13:12.0|Debug|MigrationLogger|84: update_quality_minmax_size migrated
  1503. 16-4-27 23:13:12.0|Debug|MigrationLogger|Took: 00:00:00.0426340
  1504. 16-4-27 23:13:12.0|Info|MigrationLogger|*** 85: expand_transmission_urlbase migrating ***
  1505. 16-4-27 23:13:12.1|Debug|MigrationLogger|Beginning Transaction
  1506. 16-4-27 23:13:12.1|Info|expand_transmission_urlbase|Starting migration to 85
  1507. 16-4-27 23:13:12.1|Debug|MigrationLogger|PerformDBOperation
  1508. 16-4-27 23:13:12.1|Debug|MigrationLogger|Performing DB Operation
  1509. 16-4-27 23:13:12.1|Debug|MigrationLogger|Took: 00:00:00.0100237
  1510. 16-4-27 23:13:12.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (85, '2016-04-28T03:13:12', 'expand_transmission_urlbase')
  1511. 16-4-27 23:13:12.1|Debug|MigrationLogger|Committing Transaction
  1512. 16-4-27 23:13:12.1|Debug|MigrationLogger|85: expand_transmission_urlbase migrated
  1513. 16-4-27 23:13:12.1|Debug|MigrationLogger|Took: 00:00:00.0456027
  1514. 16-4-27 23:13:12.2|Info|MigrationLogger|*** 86: pushbullet_device_ids migrating ***
  1515. 16-4-27 23:13:12.2|Debug|MigrationLogger|Beginning Transaction
  1516. 16-4-27 23:13:12.2|Info|pushbullet_device_ids|Starting migration to 86
  1517. 16-4-27 23:13:12.2|Debug|MigrationLogger|PerformDBOperation
  1518. 16-4-27 23:13:12.2|Debug|MigrationLogger|Performing DB Operation
  1519. 16-4-27 23:13:12.2|Debug|MigrationLogger|Took: 00:00:00.0095176
  1520. 16-4-27 23:13:12.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (86, '2016-04-28T03:13:12', 'pushbullet_device_ids')
  1521. 16-4-27 23:13:12.2|Debug|MigrationLogger|Committing Transaction
  1522. 16-4-27 23:13:12.2|Debug|MigrationLogger|86: pushbullet_device_ids migrated
  1523. 16-4-27 23:13:12.3|Debug|MigrationLogger|Took: 00:00:00.0425489
  1524. 16-4-27 23:13:12.3|Info|MigrationLogger|*** 87: remove_eztv migrating ***
  1525. 16-4-27 23:13:12.3|Debug|MigrationLogger|Beginning Transaction
  1526. 16-4-27 23:13:12.3|Info|remove_eztv|Starting migration to 87
  1527. 16-4-27 23:13:12.3|Debug|MigrationLogger|ExecuteSqlStatement DELETE FROM Indexers WHERE Implementation = 'Eztv'
  1528. 16-4-27 23:13:12.3|Debug|MigrationLogger|DELETE FROM Indexers WHERE Implementation = 'Eztv'
  1529. 16-4-27 23:13:12.3|Debug|MigrationLogger|Took: 00:00:00.0118883
  1530. 16-4-27 23:13:12.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (87, '2016-04-28T03:13:12', 'remove_eztv')
  1531. 16-4-27 23:13:12.3|Debug|MigrationLogger|Committing Transaction
  1532. 16-4-27 23:13:12.4|Debug|MigrationLogger|87: remove_eztv migrated
  1533. 16-4-27 23:13:12.4|Debug|MigrationLogger|Took: 00:00:00.0493076
  1534. 16-4-27 23:13:12.4|Info|MigrationLogger|*** 88: pushbullet_devices_channels_list migrating ***
  1535. 16-4-27 23:13:12.4|Debug|MigrationLogger|Beginning Transaction
  1536. 16-4-27 23:13:12.4|Info|pushbullet_devices_channels_list|Starting migration to 88
  1537. 16-4-27 23:13:12.4|Debug|MigrationLogger|PerformDBOperation
  1538. 16-4-27 23:13:12.4|Debug|MigrationLogger|Performing DB Operation
  1539. 16-4-27 23:13:12.4|Debug|MigrationLogger|Took: 00:00:00.0115129
  1540. 16-4-27 23:13:12.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (88, '2016-04-28T03:13:12', 'pushbullet_devices_channels_list')
  1541. 16-4-27 23:13:12.5|Debug|MigrationLogger|Committing Transaction
  1542. 16-4-27 23:13:12.5|Debug|MigrationLogger|88: pushbullet_devices_channels_list migrated
  1543. 16-4-27 23:13:12.5|Debug|MigrationLogger|Took: 00:00:00.0638047
  1544. 16-4-27 23:13:12.5|Info|MigrationLogger|*** 89: add_on_rename_to_notifcations migrating ***
  1545. 16-4-27 23:13:12.5|Debug|MigrationLogger|Beginning Transaction
  1546. 16-4-27 23:13:12.6|Info|add_on_rename_to_notifcations|Starting migration to 89
  1547. 16-4-27 23:13:12.6|Debug|MigrationLogger|AlterTable Notifications
  1548. 16-4-27 23:13:12.6|Debug|MigrationLogger|
  1549. 16-4-27 23:13:12.6|Debug|MigrationLogger|Took: 00:00:00.0085221
  1550. 16-4-27 23:13:12.6|Debug|MigrationLogger|CreateColumn Notifications OnRename Boolean
  1551. 16-4-27 23:13:12.6|Debug|MigrationLogger|ALTER TABLE "Notifications" ADD COLUMN "OnRename" INTEGER
  1552. 16-4-27 23:13:12.6|Debug|MigrationLogger|Took: 00:00:00.0092988
  1553. 16-4-27 23:13:12.6|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Notifications SET OnRename = OnDownload WHERE Implementation IN ('PlexServer', 'Xbmc', 'MediaBrowser')
  1554. 16-4-27 23:13:12.6|Debug|MigrationLogger|UPDATE Notifications SET OnRename = OnDownload WHERE Implementation IN ('PlexServer', 'Xbmc', 'MediaBrowser')
  1555. 16-4-27 23:13:12.6|Debug|MigrationLogger|Took: 00:00:00.0115225
  1556. 16-4-27 23:13:12.6|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Notifications SET OnRename = 0 WHERE Implementation NOT IN ('PlexServer', 'Xbmc', 'MediaBrowser')
  1557. 16-4-27 23:13:12.7|Debug|MigrationLogger|UPDATE Notifications SET OnRename = 0 WHERE Implementation NOT IN ('PlexServer', 'Xbmc', 'MediaBrowser')
  1558. 16-4-27 23:13:12.7|Debug|MigrationLogger|Took: 00:00:00.0130379
  1559. 16-4-27 23:13:12.7|Debug|MigrationLogger|AlterTable Notifications
  1560. 16-4-27 23:13:12.7|Debug|MigrationLogger|
  1561. 16-4-27 23:13:12.7|Debug|MigrationLogger|Took: 00:00:00.0145045
  1562. 16-4-27 23:13:12.7|Debug|MigrationLogger|AlterColumn Notifications OnRename Boolean
  1563. 16-4-27 23:13:12.8|Debug|MigrationLogger|CREATE TABLE "Notifications_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "OnGrab" INTEGER NOT NULL, "OnDownload" INTEGER NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "OnUpgrade" INTEGER, "Tags" TEXT, "OnRename" INTEGER NOT NULL)
  1564. 16-4-27 23:13:12.8|Debug|MigrationLogger|INSERT INTO "Notifications_temp" SELECT "Id", "Name", "OnGrab", "OnDownload", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename" FROM "Notifications"
  1565. 16-4-27 23:13:12.8|Debug|MigrationLogger|DROP TABLE "Notifications"
  1566. 16-4-27 23:13:12.8|Debug|MigrationLogger|ALTER TABLE "Notifications_temp" RENAME TO "Notifications"
  1567. 16-4-27 23:13:12.8|Debug|MigrationLogger|Took: 00:00:00.0685722
  1568. 16-4-27 23:13:12.8|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Notifications SET OnGrab = 0 WHERE Implementation = 'PlexServer'
  1569. 16-4-27 23:13:12.8|Debug|MigrationLogger|UPDATE Notifications SET OnGrab = 0 WHERE Implementation = 'PlexServer'
  1570. 16-4-27 23:13:12.9|Debug|MigrationLogger|Took: 00:00:00.0160132
  1571. 16-4-27 23:13:12.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (89, '2016-04-28T03:13:12', 'add_on_rename_to_notifcations')
  1572. 16-4-27 23:13:12.9|Debug|MigrationLogger|Committing Transaction
  1573. 16-4-27 23:13:12.9|Debug|MigrationLogger|89: add_on_rename_to_notifcations migrated
  1574. 16-4-27 23:13:12.9|Debug|MigrationLogger|Took: 00:00:00.0636198
  1575. 16-4-27 23:13:12.9|Info|MigrationLogger|*** 90: update_kickass_url migrating ***
  1576. 16-4-27 23:13:13.0|Debug|MigrationLogger|Beginning Transaction
  1577. 16-4-27 23:13:13.0|Info|update_kickass_url|Starting migration to 90
  1578. 16-4-27 23:13:13.0|Debug|MigrationLogger|ExecuteSqlStatement UPDATE Indexers SET Settings = Replace(Settings, 'kickass.so', 'kat.cr') WHERE Implementation = 'KickassTorrents';UPDATE Indexers SET Settings = Replace(Settings, 'kickass.to', 'kat.cr') WHERE Implementation = 'KickassTorrents';UPDATE Indexers SET Settings = Replace(Settings, 'http://', 'https://') WHERE Implementation = 'KickassTorrents';
  1579. 16-4-27 23:13:13.0|Debug|MigrationLogger|UPDATE Indexers SET Settings = Replace(Settings, 'kickass.so', 'kat.cr') WHERE Implementation = 'KickassTorrents';UPDATE Indexers SET Settings = Replace(Settings, 'kickass.to', 'kat.cr') WHERE Implementation = 'KickassTorrents';UPDATE Indexers SET Settings = Replace(Settings, 'http://', 'https://') WHERE Implementation = 'KickassTorrents';
  1580. 16-4-27 23:13:13.0|Debug|MigrationLogger|Took: 00:00:00.0174111
  1581. 16-4-27 23:13:13.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (90, '2016-04-28T03:13:13', 'update_kickass_url')
  1582. 16-4-27 23:13:13.1|Debug|MigrationLogger|Committing Transaction
  1583. 16-4-27 23:13:13.1|Debug|MigrationLogger|90: update_kickass_url migrated
  1584. 16-4-27 23:13:13.1|Debug|MigrationLogger|Took: 00:00:00.0705392
  1585. 16-4-27 23:13:13.1|Info|MigrationLogger|*** 91: added_indexerstatus migrating ***
  1586. 16-4-27 23:13:13.1|Debug|MigrationLogger|Beginning Transaction
  1587. 16-4-27 23:13:13.1|Info|added_indexerstatus|Starting migration to 91
  1588. 16-4-27 23:13:13.2|Debug|MigrationLogger|CreateTable IndexerStatus
  1589. 16-4-27 23:13:13.2|Debug|MigrationLogger|CREATE TABLE "IndexerStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "IndexerId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
  1590. 16-4-27 23:13:13.2|Debug|MigrationLogger|Took: 00:00:00.0135187
  1591. 16-4-27 23:13:13.2|Debug|MigrationLogger|CreateIndex IndexerStatus (IndexerId)
  1592. 16-4-27 23:13:13.2|Debug|MigrationLogger|CREATE UNIQUE INDEX "IX_IndexerStatus_IndexerId" ON "IndexerStatus" ("IndexerId" ASC)
  1593. 16-4-27 23:13:13.2|Debug|MigrationLogger|Took: 00:00:00.0135121
  1594. 16-4-27 23:13:13.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (91, '2016-04-28T03:13:13', 'added_indexerstatus')
  1595. 16-4-27 23:13:13.2|Debug|MigrationLogger|Committing Transaction
  1596. 16-4-27 23:13:13.3|Debug|MigrationLogger|91: added_indexerstatus migrated
  1597. 16-4-27 23:13:13.3|Debug|MigrationLogger|Took: 00:00:00.0516169
  1598. 16-4-27 23:13:13.3|Info|MigrationLogger|*** 92: add_unverifiedscenenumbering migrating ***
  1599. 16-4-27 23:13:13.3|Debug|MigrationLogger|Beginning Transaction
  1600. 16-4-27 23:13:13.3|Info|add_unverifiedscenenumbering|Starting migration to 92
  1601. 16-4-27 23:13:13.3|Debug|MigrationLogger|AlterTable Episodes
  1602. 16-4-27 23:13:13.3|Debug|MigrationLogger|
  1603. 16-4-27 23:13:13.3|Debug|MigrationLogger|Took: 00:00:00.0120127
  1604. 16-4-27 23:13:13.4|Debug|MigrationLogger|CreateColumn Episodes UnverifiedSceneNumbering Boolean
  1605. 16-4-27 23:13:13.4|Debug|MigrationLogger|ALTER TABLE "Episodes" ADD COLUMN "UnverifiedSceneNumbering" INTEGER NOT NULL DEFAULT 0
  1606. 16-4-27 23:13:13.4|Debug|MigrationLogger|Took: 00:00:00.0119969
  1607. 16-4-27 23:13:13.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (92, '2016-04-28T03:13:13', 'add_unverifiedscenenumbering')
  1608. 16-4-27 23:13:13.4|Debug|MigrationLogger|Committing Transaction
  1609. 16-4-27 23:13:13.4|Debug|MigrationLogger|92: add_unverifiedscenenumbering migrated
  1610. 16-4-27 23:13:13.4|Debug|MigrationLogger|Took: 00:00:00.0420221
  1611. 16-4-27 23:13:13.5|Info|MigrationLogger|*** 93: naming_config_replace_illegal_characters migrating ***
  1612. 16-4-27 23:13:13.5|Debug|MigrationLogger|Beginning Transaction
  1613. 16-4-27 23:13:13.5|Info|naming_config_replace_illegal_characters|Starting migration to 93
  1614. 16-4-27 23:13:13.5|Debug|MigrationLogger|AlterTable NamingConfig
  1615. 16-4-27 23:13:13.5|Debug|MigrationLogger|
  1616. 16-4-27 23:13:13.5|Debug|MigrationLogger|Took: 00:00:00.0080113
  1617. 16-4-27 23:13:13.5|Debug|MigrationLogger|CreateColumn NamingConfig ReplaceIllegalCharacters Boolean
  1618. 16-4-27 23:13:13.5|Debug|MigrationLogger|ALTER TABLE "NamingConfig" ADD COLUMN "ReplaceIllegalCharacters" INTEGER NOT NULL DEFAULT 1
  1619. 16-4-27 23:13:13.5|Debug|MigrationLogger|Took: 00:00:00.0089907
  1620. 16-4-27 23:13:13.5|Debug|MigrationLogger|UpdateData
  1621. 16-4-27 23:13:13.5|Debug|MigrationLogger|UPDATE "NamingConfig" SET "ReplaceIllegalCharacters" = 1 WHERE 1 = 1
  1622. 16-4-27 23:13:13.5|Debug|MigrationLogger|Took: 00:00:00.0070296
  1623. 16-4-27 23:13:13.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (93, '2016-04-28T03:13:13', 'naming_config_replace_illegal_characters')
  1624. 16-4-27 23:13:13.5|Debug|MigrationLogger|Committing Transaction
  1625. 16-4-27 23:13:13.6|Debug|MigrationLogger|93: naming_config_replace_illegal_characters migrated
  1626. 16-4-27 23:13:13.6|Debug|MigrationLogger|Took: 00:00:00.0312937
  1627. 16-4-27 23:13:13.6|Info|MigrationLogger|*** 94: add_tvmazeid migrating ***
  1628. 16-4-27 23:13:13.6|Debug|MigrationLogger|Beginning Transaction
  1629. 16-4-27 23:13:13.6|Info|add_tvmazeid|Starting migration to 94
  1630. 16-4-27 23:13:13.6|Debug|MigrationLogger|AlterTable Series
  1631. 16-4-27 23:13:13.6|Debug|MigrationLogger|
  1632. 16-4-27 23:13:13.6|Debug|MigrationLogger|Took: 00:00:00.0075190
  1633. 16-4-27 23:13:13.6|Debug|MigrationLogger|CreateColumn Series TvMazeId Int32
  1634. 16-4-27 23:13:13.6|Debug|MigrationLogger|ALTER TABLE "Series" ADD COLUMN "TvMazeId" INTEGER NOT NULL DEFAULT 0
  1635. 16-4-27 23:13:13.6|Debug|MigrationLogger|Took: 00:00:00.0070101
  1636. 16-4-27 23:13:13.6|Debug|MigrationLogger|CreateIndex Series (TvMazeId)
  1637. 16-4-27 23:13:13.7|Debug|MigrationLogger|CREATE INDEX "IX_Series_TvMazeId" ON "Series" ("TvMazeId" ASC)
  1638. 16-4-27 23:13:13.7|Debug|MigrationLogger|Took: 00:00:00.0071245
  1639. 16-4-27 23:13:13.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (94, '2016-04-28T03:13:13', 'add_tvmazeid')
  1640. 16-4-27 23:13:13.7|Debug|MigrationLogger|Committing Transaction
  1641. 16-4-27 23:13:13.7|Debug|MigrationLogger|94: add_tvmazeid migrated
  1642. 16-4-27 23:13:13.7|Debug|MigrationLogger|Took: 00:00:00.0296944
  1643. 16-4-27 23:13:13.7|Info|MigrationLogger|*** 98: remove_titans_of_tv migrating ***
  1644. 16-4-27 23:13:13.7|Debug|MigrationLogger|Beginning Transaction
  1645. 16-4-27 23:13:13.7|Info|remove_titans_of_tv|Starting migration to 98
  1646. 16-4-27 23:13:13.7|Debug|MigrationLogger|FluentMigrator.Expressions.DeleteDataExpression
  1647. 16-4-27 23:13:13.7|Debug|MigrationLogger|DELETE FROM "Indexers" WHERE "Implementation" = 'TitansOfTv'
  1648. 16-4-27 23:13:13.7|Debug|MigrationLogger|Took: 00:00:00.0065064
  1649. 16-4-27 23:13:13.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (98, '2016-04-28T03:13:13', 'remove_titans_of_tv')
  1650. 16-4-27 23:13:13.7|Debug|MigrationLogger|Committing Transaction
  1651. 16-4-27 23:13:13.8|Debug|MigrationLogger|98: remove_titans_of_tv migrated
  1652. 16-4-27 23:13:13.8|Debug|MigrationLogger|Took: 00:00:00.0313721
  1653. 16-4-27 23:13:13.8|Info|MigrationLogger|*** 101: add_ultrahd_quality_in_profiles migrating ***
  1654. 16-4-27 23:13:13.8|Debug|MigrationLogger|Beginning Transaction
  1655. 16-4-27 23:13:13.8|Info|add_ultrahd_quality_in_profiles|Starting migration to 101
  1656. 16-4-27 23:13:13.8|Debug|MigrationLogger|PerformDBOperation
  1657. 16-4-27 23:13:13.8|Debug|MigrationLogger|Performing DB Operation
  1658. 16-4-27 23:13:13.8|Debug|MigrationLogger|Took: 00:00:00.0101509
  1659. 16-4-27 23:13:13.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (101, '2016-04-28T03:13:13', 'add_ultrahd_quality_in_profiles')
  1660. 16-4-27 23:13:13.8|Debug|MigrationLogger|Committing Transaction
  1661. 16-4-27 23:13:13.9|Debug|MigrationLogger|101: add_ultrahd_quality_in_profiles migrated
  1662. 16-4-27 23:13:13.9|Debug|MigrationLogger|Took: 00:00:00.0434013
  1663. 16-4-27 23:13:13.9|Debug|MigrationLogger|Took: 00:00:18.6379972
  1664. 16-4-27 23:13:13.9|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  1665. 16-4-27 23:13:13.9|Info|MigrationLogger|*** VersionMigration migrating ***
  1666. 16-4-27 23:13:13.9|Debug|MigrationLogger|Beginning Transaction
  1667. 16-4-27 23:13:13.9|Debug|MigrationLogger|CreateTable VersionInfo
  1668. 16-4-27 23:13:13.9|Debug|MigrationLogger|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
  1669. 16-4-27 23:13:13.9|Debug|MigrationLogger|Took: 00:00:00.0075437
  1670. 16-4-27 23:13:14.0|Debug|MigrationLogger|Committing Transaction
  1671. 16-4-27 23:13:14.0|Debug|MigrationLogger|VersionMigration migrated
  1672. 16-4-27 23:13:14.0|Debug|MigrationLogger|Took: 00:00:00.0265969
  1673. 16-4-27 23:13:14.0|Info|MigrationLogger|*** VersionUniqueMigration migrating ***
  1674. 16-4-27 23:13:14.0|Debug|MigrationLogger|Beginning Transaction
  1675. 16-4-27 23:13:14.0|Debug|MigrationLogger|CreateIndex VersionInfo (Version)
  1676. 16-4-27 23:13:14.0|Debug|MigrationLogger|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
  1677. 16-4-27 23:13:14.0|Debug|MigrationLogger|Took: 00:00:00.0067416
  1678. 16-4-27 23:13:14.0|Debug|MigrationLogger|AlterTable VersionInfo
  1679. 16-4-27 23:13:14.0|Debug|MigrationLogger|
  1680. 16-4-27 23:13:14.0|Debug|MigrationLogger|Took: 00:00:00.0066842
  1681. 16-4-27 23:13:14.0|Debug|MigrationLogger|CreateColumn VersionInfo AppliedOn DateTime
  1682. 16-4-27 23:13:14.0|Debug|MigrationLogger|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
  1683. 16-4-27 23:13:14.0|Debug|MigrationLogger|Took: 00:00:00.0068965
  1684. 16-4-27 23:13:14.0|Debug|MigrationLogger|Committing Transaction
  1685. 16-4-27 23:13:14.1|Debug|MigrationLogger|VersionUniqueMigration migrated
  1686. 16-4-27 23:13:14.1|Debug|MigrationLogger|Took: 00:00:00.0289195
  1687. 16-4-27 23:13:14.1|Info|MigrationLogger|*** VersionDescriptionMigration migrating ***
  1688. 16-4-27 23:13:14.1|Debug|MigrationLogger|Beginning Transaction
  1689. 16-4-27 23:13:14.1|Debug|MigrationLogger|AlterTable VersionInfo
  1690. 16-4-27 23:13:14.1|Debug|MigrationLogger|
  1691. 16-4-27 23:13:14.1|Debug|MigrationLogger|Took: 00:00:00.0060747
  1692. 16-4-27 23:13:14.1|Debug|MigrationLogger|CreateColumn VersionInfo Description String
  1693. 16-4-27 23:13:14.1|Debug|MigrationLogger|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
  1694. 16-4-27 23:13:14.1|Debug|MigrationLogger|Took: 00:00:00.0069238
  1695. 16-4-27 23:13:14.1|Debug|MigrationLogger|Committing Transaction
  1696. 16-4-27 23:13:14.1|Debug|MigrationLogger|VersionDescriptionMigration migrated
  1697. 16-4-27 23:13:14.2|Debug|MigrationLogger|Took: 00:00:00.0209975
  1698. 16-4-27 23:13:14.2|Info|MigrationLogger|*** 1: InitialSetup migrating ***
  1699. 16-4-27 23:13:14.2|Debug|MigrationLogger|Beginning Transaction
  1700. 16-4-27 23:13:14.2|Info|InitialSetup|Starting migration to 1
  1701. 16-4-27 23:13:14.2|Debug|MigrationLogger|CreateTable Logs
  1702. 16-4-27 23:13:14.2|Debug|MigrationLogger|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Method" TEXT, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
  1703. 16-4-27 23:13:14.2|Debug|MigrationLogger|Took: 00:00:00.0071261
  1704. 16-4-27 23:13:14.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2016-04-28T03:13:14', 'InitialSetup')
  1705. 16-4-27 23:13:14.2|Debug|MigrationLogger|Committing Transaction
  1706. 16-4-27 23:13:14.2|Debug|MigrationLogger|1: InitialSetup migrated
  1707. 16-4-27 23:13:14.2|Debug|MigrationLogger|Took: 00:00:00.0299855
  1708. 16-4-27 23:13:14.2|Info|MigrationLogger|*** 2: remove_tvrage_imdb_unique_constraint migrating ***
  1709. 16-4-27 23:13:14.2|Debug|MigrationLogger|Beginning Transaction
  1710. 16-4-27 23:13:14.2|Info|remove_tvrage_imdb_unique_constraint|Starting migration to 2
  1711. 16-4-27 23:13:14.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2016-04-28T03:13:14', 'remove_tvrage_imdb_unique_constraint')
  1712. 16-4-27 23:13:14.3|Debug|MigrationLogger|Committing Transaction
  1713. 16-4-27 23:13:14.3|Debug|MigrationLogger|2: remove_tvrage_imdb_unique_constraint migrated
  1714. 16-4-27 23:13:14.3|Debug|MigrationLogger|Took: 00:00:00.0291355
  1715. 16-4-27 23:13:14.3|Info|MigrationLogger|*** 3: remove_renamed_scene_mapping_columns migrating ***
  1716. 16-4-27 23:13:14.3|Debug|MigrationLogger|Beginning Transaction
  1717. 16-4-27 23:13:14.3|Info|remove_renamed_scene_mapping_columns|Starting migration to 3
  1718. 16-4-27 23:13:14.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2016-04-28T03:13:14', 'remove_renamed_scene_mapping_columns')
  1719. 16-4-27 23:13:14.3|Debug|MigrationLogger|Committing Transaction
  1720. 16-4-27 23:13:14.3|Debug|MigrationLogger|3: remove_renamed_scene_mapping_columns migrated
  1721. 16-4-27 23:13:14.3|Debug|MigrationLogger|Took: 00:00:00.0285413
  1722. 16-4-27 23:13:14.3|Info|MigrationLogger|*** 4: updated_history migrating ***
  1723. 16-4-27 23:13:14.3|Debug|MigrationLogger|Beginning Transaction
  1724. 16-4-27 23:13:14.3|Info|updated_history|Starting migration to 4
  1725. 16-4-27 23:13:14.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2016-04-28T03:13:14', 'updated_history')
  1726. 16-4-27 23:13:14.4|Debug|MigrationLogger|Committing Transaction
  1727. 16-4-27 23:13:14.4|Debug|MigrationLogger|4: updated_history migrated
  1728. 16-4-27 23:13:14.4|Debug|MigrationLogger|Took: 00:00:00.0293719
  1729. 16-4-27 23:13:14.4|Info|MigrationLogger|*** 5: added_eventtype_to_history migrating ***
  1730. 16-4-27 23:13:14.4|Debug|MigrationLogger|Beginning Transaction
  1731. 16-4-27 23:13:14.4|Info|added_eventtype_to_history|Starting migration to 5
  1732. 16-4-27 23:13:14.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2016-04-28T03:13:14', 'added_eventtype_to_history')
  1733. 16-4-27 23:13:14.4|Debug|MigrationLogger|Committing Transaction
  1734. 16-4-27 23:13:14.4|Debug|MigrationLogger|5: added_eventtype_to_history migrated
  1735. 16-4-27 23:13:14.4|Debug|MigrationLogger|Took: 00:00:00.0369363
  1736. 16-4-27 23:13:14.4|Info|MigrationLogger|*** 6: add_index_to_log_time migrating ***
  1737. 16-4-27 23:13:14.4|Debug|MigrationLogger|Beginning Transaction
  1738. 16-4-27 23:13:14.4|Info|add_index_to_log_time|Starting migration to 6
  1739. 16-4-27 23:13:14.5|Debug|MigrationLogger|DeleteTable Logs
  1740. 16-4-27 23:13:14.5|Debug|MigrationLogger|DROP TABLE "Logs"
  1741. 16-4-27 23:13:14.5|Debug|MigrationLogger|Took: 00:00:00.0074665
  1742. 16-4-27 23:13:14.5|Debug|MigrationLogger|CreateTable Logs
  1743. 16-4-27 23:13:14.5|Debug|MigrationLogger|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Method" TEXT, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
  1744. 16-4-27 23:13:14.5|Debug|MigrationLogger|Took: 00:00:00.0076952
  1745. 16-4-27 23:13:14.5|Debug|MigrationLogger|CreateIndex Logs (Time)
  1746. 16-4-27 23:13:14.5|Debug|MigrationLogger|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
  1747. 16-4-27 23:13:14.5|Debug|MigrationLogger|Took: 00:00:00.0063597
  1748. 16-4-27 23:13:14.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2016-04-28T03:13:14', 'add_index_to_log_time')
  1749. 16-4-27 23:13:14.5|Debug|MigrationLogger|Committing Transaction
  1750. 16-4-27 23:13:14.5|Debug|MigrationLogger|6: add_index_to_log_time migrated
  1751. 16-4-27 23:13:14.5|Debug|MigrationLogger|Took: 00:00:00.0305825
  1752. 16-4-27 23:13:14.5|Info|MigrationLogger|*** 7: add_renameEpisodes_to_naming migrating ***
  1753. 16-4-27 23:13:14.5|Debug|MigrationLogger|Beginning Transaction
  1754. 16-4-27 23:13:14.6|Info|add_renameEpisodes_to_naming|Starting migration to 7
  1755. 16-4-27 23:13:14.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2016-04-28T03:13:14', 'add_renameEpisodes_to_naming')
  1756. 16-4-27 23:13:14.6|Debug|MigrationLogger|Committing Transaction
  1757. 16-4-27 23:13:14.6|Debug|MigrationLogger|7: add_renameEpisodes_to_naming migrated
  1758. 16-4-27 23:13:14.6|Debug|MigrationLogger|Took: 00:00:00.0279716
  1759. 16-4-27 23:13:14.6|Info|MigrationLogger|*** 8: remove_backlog migrating ***
  1760. 16-4-27 23:13:14.6|Debug|MigrationLogger|Beginning Transaction
  1761. 16-4-27 23:13:14.6|Info|remove_backlog|Starting migration to 8
  1762. 16-4-27 23:13:14.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2016-04-28T03:13:14', 'remove_backlog')
  1763. 16-4-27 23:13:14.6|Debug|MigrationLogger|Committing Transaction
  1764. 16-4-27 23:13:14.6|Debug|MigrationLogger|8: remove_backlog migrated
  1765. 16-4-27 23:13:14.6|Debug|MigrationLogger|Took: 00:00:00.0299172
  1766. 16-4-27 23:13:14.6|Info|MigrationLogger|*** 9: fix_rename_episodes migrating ***
  1767. 16-4-27 23:13:14.7|Debug|MigrationLogger|Beginning Transaction
  1768. 16-4-27 23:13:14.7|Info|fix_rename_episodes|Starting migration to 9
  1769. 16-4-27 23:13:14.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2016-04-28T03:13:14', 'fix_rename_episodes')
  1770. 16-4-27 23:13:14.7|Debug|MigrationLogger|Committing Transaction
  1771. 16-4-27 23:13:14.7|Debug|MigrationLogger|9: fix_rename_episodes migrated
  1772. 16-4-27 23:13:14.7|Debug|MigrationLogger|Took: 00:00:00.0274817
  1773. 16-4-27 23:13:14.7|Info|MigrationLogger|*** 10: add_monitored migrating ***
  1774. 16-4-27 23:13:14.7|Debug|MigrationLogger|Beginning Transaction
  1775. 16-4-27 23:13:14.7|Info|add_monitored|Starting migration to 10
  1776. 16-4-27 23:13:14.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2016-04-28T03:13:14', 'add_monitored')
  1777. 16-4-27 23:13:14.7|Debug|MigrationLogger|Committing Transaction
  1778. 16-4-27 23:13:14.7|Debug|MigrationLogger|10: add_monitored migrated
  1779. 16-4-27 23:13:14.7|Debug|MigrationLogger|Took: 00:00:00.0319875
  1780. 16-4-27 23:13:14.7|Info|MigrationLogger|*** 11: remove_ignored migrating ***
  1781. 16-4-27 23:13:14.7|Debug|MigrationLogger|Beginning Transaction
  1782. 16-4-27 23:13:14.8|Info|remove_ignored|Starting migration to 11
  1783. 16-4-27 23:13:14.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2016-04-28T03:13:14', 'remove_ignored')
  1784. 16-4-27 23:13:14.8|Debug|MigrationLogger|Committing Transaction
  1785. 16-4-27 23:13:14.8|Debug|MigrationLogger|11: remove_ignored migrated
  1786. 16-4-27 23:13:14.8|Debug|MigrationLogger|Took: 00:00:00.0283403
  1787. 16-4-27 23:13:14.8|Info|MigrationLogger|*** 12: remove_custom_start_date migrating ***
  1788. 16-4-27 23:13:14.8|Debug|MigrationLogger|Beginning Transaction
  1789. 16-4-27 23:13:14.8|Info|remove_custom_start_date|Starting migration to 12
  1790. 16-4-27 23:13:14.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2016-04-28T03:13:14', 'remove_custom_start_date')
  1791. 16-4-27 23:13:14.8|Debug|MigrationLogger|Committing Transaction
  1792. 16-4-27 23:13:14.8|Debug|MigrationLogger|12: remove_custom_start_date migrated
  1793. 16-4-27 23:13:14.8|Debug|MigrationLogger|Took: 00:00:00.0321566
  1794. 16-4-27 23:13:14.8|Info|MigrationLogger|*** 13: add_air_date_utc migrating ***
  1795. 16-4-27 23:13:14.9|Debug|MigrationLogger|Beginning Transaction
  1796. 16-4-27 23:13:14.9|Info|add_air_date_utc|Starting migration to 13
  1797. 16-4-27 23:13:14.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2016-04-28T03:13:14', 'add_air_date_utc')
  1798. 16-4-27 23:13:14.9|Debug|MigrationLogger|Committing Transaction
  1799. 16-4-27 23:13:14.9|Debug|MigrationLogger|13: add_air_date_utc migrated
  1800. 16-4-27 23:13:14.9|Debug|MigrationLogger|Took: 00:00:00.0276793
  1801. 16-4-27 23:13:14.9|Info|MigrationLogger|*** 14: drop_air_date migrating ***
  1802. 16-4-27 23:13:14.9|Debug|MigrationLogger|Beginning Transaction
  1803. 16-4-27 23:13:14.9|Info|drop_air_date|Starting migration to 14
  1804. 16-4-27 23:13:14.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2016-04-28T03:13:14', 'drop_air_date')
  1805. 16-4-27 23:13:14.9|Debug|MigrationLogger|Committing Transaction
  1806. 16-4-27 23:13:14.9|Debug|MigrationLogger|14: drop_air_date migrated
  1807. 16-4-27 23:13:14.9|Debug|MigrationLogger|Took: 00:00:00.0313986
  1808. 16-4-27 23:13:15.0|Info|MigrationLogger|*** 15: add_air_date_as_string migrating ***
  1809. 16-4-27 23:13:15.0|Debug|MigrationLogger|Beginning Transaction
  1810. 16-4-27 23:13:15.0|Info|add_air_date_as_string|Starting migration to 15
  1811. 16-4-27 23:13:15.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2016-04-28T03:13:15', 'add_air_date_as_string')
  1812. 16-4-27 23:13:15.0|Debug|MigrationLogger|Committing Transaction
  1813. 16-4-27 23:13:15.0|Debug|MigrationLogger|15: add_air_date_as_string migrated
  1814. 16-4-27 23:13:15.0|Debug|MigrationLogger|Took: 00:00:00.0301952
  1815. 16-4-27 23:13:15.0|Info|MigrationLogger|*** 16: updated_imported_history_item migrating ***
  1816. 16-4-27 23:13:15.0|Debug|MigrationLogger|Beginning Transaction
  1817. 16-4-27 23:13:15.0|Info|updated_imported_history_item|Starting migration to 16
  1818. 16-4-27 23:13:15.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2016-04-28T03:13:15', 'updated_imported_history_item')
  1819. 16-4-27 23:13:15.0|Debug|MigrationLogger|Committing Transaction
  1820. 16-4-27 23:13:15.0|Debug|MigrationLogger|16: updated_imported_history_item migrated
  1821. 16-4-27 23:13:15.1|Debug|MigrationLogger|Took: 00:00:00.0386829
  1822. 16-4-27 23:13:15.1|Info|MigrationLogger|*** 17: reset_scene_names migrating ***
  1823. 16-4-27 23:13:15.1|Debug|MigrationLogger|Beginning Transaction
  1824. 16-4-27 23:13:15.1|Info|reset_scene_names|Starting migration to 17
  1825. 16-4-27 23:13:15.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2016-04-28T03:13:15', 'reset_scene_names')
  1826. 16-4-27 23:13:15.1|Debug|MigrationLogger|Committing Transaction
  1827. 16-4-27 23:13:15.1|Debug|MigrationLogger|17: reset_scene_names migrated
  1828. 16-4-27 23:13:15.1|Debug|MigrationLogger|Took: 00:00:00.0303411
  1829. 16-4-27 23:13:15.1|Info|MigrationLogger|*** 18: remove_duplicates migrating ***
  1830. 16-4-27 23:13:15.1|Debug|MigrationLogger|Beginning Transaction
  1831. 16-4-27 23:13:15.1|Info|remove_duplicates|Starting migration to 18
  1832. 16-4-27 23:13:15.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2016-04-28T03:13:15', 'remove_duplicates')
  1833. 16-4-27 23:13:15.1|Debug|MigrationLogger|Committing Transaction
  1834. 16-4-27 23:13:15.2|Debug|MigrationLogger|18: remove_duplicates migrated
  1835. 16-4-27 23:13:15.2|Debug|MigrationLogger|Took: 00:00:00.0328083
  1836. 16-4-27 23:13:15.2|Info|MigrationLogger|*** 19: restore_unique_constraints migrating ***
  1837. 16-4-27 23:13:15.2|Debug|MigrationLogger|Beginning Transaction
  1838. 16-4-27 23:13:15.2|Info|restore_unique_constraints|Starting migration to 19
  1839. 16-4-27 23:13:15.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2016-04-28T03:13:15', 'restore_unique_constraints')
  1840. 16-4-27 23:13:15.2|Debug|MigrationLogger|Committing Transaction
  1841. 16-4-27 23:13:15.2|Debug|MigrationLogger|19: restore_unique_constraints migrated
  1842. 16-4-27 23:13:15.2|Debug|MigrationLogger|Took: 00:00:00.0315472
  1843. 16-4-27 23:13:15.2|Info|MigrationLogger|*** 20: add_year_and_seasons_to_series migrating ***
  1844. 16-4-27 23:13:15.2|Debug|MigrationLogger|Beginning Transaction
  1845. 16-4-27 23:13:15.2|Info|add_year_and_seasons_to_series|Starting migration to 20
  1846. 16-4-27 23:13:15.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2016-04-28T03:13:15', 'add_year_and_seasons_to_series')
  1847. 16-4-27 23:13:15.2|Debug|MigrationLogger|Committing Transaction
  1848. 16-4-27 23:13:15.3|Debug|MigrationLogger|20: add_year_and_seasons_to_series migrated
  1849. 16-4-27 23:13:15.3|Debug|MigrationLogger|Took: 00:00:00.0295830
  1850. 16-4-27 23:13:15.3|Info|MigrationLogger|*** 21: drop_seasons_table migrating ***
  1851. 16-4-27 23:13:15.3|Debug|MigrationLogger|Beginning Transaction
  1852. 16-4-27 23:13:15.3|Info|drop_seasons_table|Starting migration to 21
  1853. 16-4-27 23:13:15.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2016-04-28T03:13:15', 'drop_seasons_table')
  1854. 16-4-27 23:13:15.3|Debug|MigrationLogger|Committing Transaction
  1855. 16-4-27 23:13:15.3|Debug|MigrationLogger|21: drop_seasons_table migrated
  1856. 16-4-27 23:13:15.3|Debug|MigrationLogger|Took: 00:00:00.0290158
  1857. 16-4-27 23:13:15.3|Info|MigrationLogger|*** 22: move_indexer_to_generic_provider migrating ***
  1858. 16-4-27 23:13:15.3|Debug|MigrationLogger|Beginning Transaction
  1859. 16-4-27 23:13:15.3|Info|move_indexer_to_generic_provider|Starting migration to 22
  1860. 16-4-27 23:13:15.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2016-04-28T03:13:15', 'move_indexer_to_generic_provider')
  1861. 16-4-27 23:13:15.4|Debug|MigrationLogger|Committing Transaction
  1862. 16-4-27 23:13:15.4|Debug|MigrationLogger|22: move_indexer_to_generic_provider migrated
  1863. 16-4-27 23:13:15.4|Debug|MigrationLogger|Took: 00:00:00.0331384
  1864. 16-4-27 23:13:15.4|Info|MigrationLogger|*** 23: add_config_contract_to_indexers migrating ***
  1865. 16-4-27 23:13:15.4|Debug|MigrationLogger|Beginning Transaction
  1866. 16-4-27 23:13:15.4|Info|add_config_contract_to_indexers|Starting migration to 23
  1867. 16-4-27 23:13:15.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2016-04-28T03:13:15', 'add_config_contract_to_indexers')
  1868. 16-4-27 23:13:15.4|Debug|MigrationLogger|Committing Transaction
  1869. 16-4-27 23:13:15.4|Debug|MigrationLogger|23: add_config_contract_to_indexers migrated
  1870. 16-4-27 23:13:15.4|Debug|MigrationLogger|Took: 00:00:00.0302989
  1871. 16-4-27 23:13:15.4|Info|MigrationLogger|*** 24: drop_tvdb_episodeid migrating ***
  1872. 16-4-27 23:13:15.4|Debug|MigrationLogger|Beginning Transaction
  1873. 16-4-27 23:13:15.4|Info|drop_tvdb_episodeid|Starting migration to 24
  1874. 16-4-27 23:13:15.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2016-04-28T03:13:15', 'drop_tvdb_episodeid')
  1875. 16-4-27 23:13:15.5|Debug|MigrationLogger|Committing Transaction
  1876. 16-4-27 23:13:15.5|Debug|MigrationLogger|24: drop_tvdb_episodeid migrated
  1877. 16-4-27 23:13:15.5|Debug|MigrationLogger|Took: 00:00:00.0302870
  1878. 16-4-27 23:13:15.5|Info|MigrationLogger|*** 25: move_notification_to_generic_provider migrating ***
  1879. 16-4-27 23:13:15.5|Debug|MigrationLogger|Beginning Transaction
  1880. 16-4-27 23:13:15.5|Info|move_notification_to_generic_provider|Starting migration to 25
  1881. 16-4-27 23:13:15.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2016-04-28T03:13:15', 'move_notification_to_generic_provider')
  1882. 16-4-27 23:13:15.5|Debug|MigrationLogger|Committing Transaction
  1883. 16-4-27 23:13:15.5|Debug|MigrationLogger|25: move_notification_to_generic_provider migrated
  1884. 16-4-27 23:13:15.5|Debug|MigrationLogger|Took: 00:00:00.0288582
  1885. 16-4-27 23:13:15.5|Info|MigrationLogger|*** 26: add_config_contract_to_notifications migrating ***
  1886. 16-4-27 23:13:15.5|Debug|MigrationLogger|Beginning Transaction
  1887. 16-4-27 23:13:15.5|Info|add_config_contract_to_notifications|Starting migration to 26
  1888. 16-4-27 23:13:15.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2016-04-28T03:13:15', 'add_config_contract_to_notifications')
  1889. 16-4-27 23:13:15.6|Debug|MigrationLogger|Committing Transaction
  1890. 16-4-27 23:13:15.6|Debug|MigrationLogger|26: add_config_contract_to_notifications migrated
  1891. 16-4-27 23:13:15.6|Debug|MigrationLogger|Took: 00:00:00.0298182
  1892. 16-4-27 23:13:15.6|Info|MigrationLogger|*** 27: fix_omgwtfnzbs migrating ***
  1893. 16-4-27 23:13:15.6|Debug|MigrationLogger|Beginning Transaction
  1894. 16-4-27 23:13:15.6|Info|fix_omgwtfnzbs|Starting migration to 27
  1895. 16-4-27 23:13:15.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2016-04-28T03:13:15', 'fix_omgwtfnzbs')
  1896. 16-4-27 23:13:15.6|Debug|MigrationLogger|Committing Transaction
  1897. 16-4-27 23:13:15.6|Debug|MigrationLogger|27: fix_omgwtfnzbs migrated
  1898. 16-4-27 23:13:15.6|Debug|MigrationLogger|Took: 00:00:00.0287014
  1899. 16-4-27 23:13:15.6|Info|MigrationLogger|*** 28: add_blacklist_table migrating ***
  1900. 16-4-27 23:13:15.6|Debug|MigrationLogger|Beginning Transaction
  1901. 16-4-27 23:13:15.7|Info|add_blacklist_table|Starting migration to 28
  1902. 16-4-27 23:13:15.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2016-04-28T03:13:15', 'add_blacklist_table')
  1903. 16-4-27 23:13:15.7|Debug|MigrationLogger|Committing Transaction
  1904. 16-4-27 23:13:15.7|Debug|MigrationLogger|28: add_blacklist_table migrated
  1905. 16-4-27 23:13:15.7|Debug|MigrationLogger|Took: 00:00:00.0305728
  1906. 16-4-27 23:13:15.7|Info|MigrationLogger|*** 29: add_formats_to_naming_config migrating ***
  1907. 16-4-27 23:13:15.7|Debug|MigrationLogger|Beginning Transaction
  1908. 16-4-27 23:13:15.7|Info|add_formats_to_naming_config|Starting migration to 29
  1909. 16-4-27 23:13:15.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2016-04-28T03:13:15', 'add_formats_to_naming_config')
  1910. 16-4-27 23:13:15.7|Debug|MigrationLogger|Committing Transaction
  1911. 16-4-27 23:13:15.7|Debug|MigrationLogger|29: add_formats_to_naming_config migrated
  1912. 16-4-27 23:13:15.7|Debug|MigrationLogger|Took: 00:00:00.0295662
  1913. 16-4-27 23:13:15.7|Info|MigrationLogger|*** 30: add_season_folder_format_to_naming_config migrating ***
  1914. 16-4-27 23:13:15.7|Debug|MigrationLogger|Beginning Transaction
  1915. 16-4-27 23:13:15.7|Info|add_season_folder_format_to_naming_config|Starting migration to 30
  1916. 16-4-27 23:13:15.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2016-04-28T03:13:15', 'add_season_folder_format_to_naming_config')
  1917. 16-4-27 23:13:15.8|Debug|MigrationLogger|Committing Transaction
  1918. 16-4-27 23:13:15.8|Debug|MigrationLogger|30: add_season_folder_format_to_naming_config migrated
  1919. 16-4-27 23:13:15.8|Debug|MigrationLogger|Took: 00:00:00.0300854
  1920. 16-4-27 23:13:15.8|Info|MigrationLogger|*** 31: delete_old_naming_config_columns migrating ***
  1921. 16-4-27 23:13:15.8|Debug|MigrationLogger|Beginning Transaction
  1922. 16-4-27 23:13:15.8|Info|delete_old_naming_config_columns|Starting migration to 31
  1923. 16-4-27 23:13:15.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2016-04-28T03:13:15', 'delete_old_naming_config_columns')
  1924. 16-4-27 23:13:15.8|Debug|MigrationLogger|Committing Transaction
  1925. 16-4-27 23:13:15.8|Debug|MigrationLogger|31: delete_old_naming_config_columns migrated
  1926. 16-4-27 23:13:15.8|Debug|MigrationLogger|Took: 00:00:00.0285729
  1927. 16-4-27 23:13:15.8|Info|MigrationLogger|*** 32: set_default_release_group migrating ***
  1928. 16-4-27 23:13:15.8|Debug|MigrationLogger|Beginning Transaction
  1929. 16-4-27 23:13:15.8|Info|set_default_release_group|Starting migration to 32
  1930. 16-4-27 23:13:15.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2016-04-28T03:13:15', 'set_default_release_group')
  1931. 16-4-27 23:13:15.9|Debug|MigrationLogger|Committing Transaction
  1932. 16-4-27 23:13:15.9|Debug|MigrationLogger|32: set_default_release_group migrated
  1933. 16-4-27 23:13:15.9|Debug|MigrationLogger|Took: 00:00:00.0302361
  1934. 16-4-27 23:13:15.9|Info|MigrationLogger|*** 33: add_api_key_to_pushover migrating ***
  1935. 16-4-27 23:13:15.9|Debug|MigrationLogger|Beginning Transaction
  1936. 16-4-27 23:13:15.9|Info|add_api_key_to_pushover|Starting migration to 33
  1937. 16-4-27 23:13:15.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2016-04-28T03:13:15', 'add_api_key_to_pushover')
  1938. 16-4-27 23:13:15.9|Debug|MigrationLogger|Committing Transaction
  1939. 16-4-27 23:13:15.9|Debug|MigrationLogger|33: add_api_key_to_pushover migrated
  1940. 16-4-27 23:13:15.9|Debug|MigrationLogger|Took: 00:00:00.0290260
  1941. 16-4-27 23:13:15.9|Info|MigrationLogger|*** 34: remove_series_contraints migrating ***
  1942. 16-4-27 23:13:15.9|Debug|MigrationLogger|Beginning Transaction
  1943. 16-4-27 23:13:16.0|Info|remove_series_contraints|Starting migration to 34
  1944. 16-4-27 23:13:16.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2016-04-28T03:13:16', 'remove_series_contraints')
  1945. 16-4-27 23:13:16.0|Debug|MigrationLogger|Committing Transaction
  1946. 16-4-27 23:13:16.0|Debug|MigrationLogger|34: remove_series_contraints migrated
  1947. 16-4-27 23:13:16.0|Debug|MigrationLogger|Took: 00:00:00.0367026
  1948. 16-4-27 23:13:16.0|Info|MigrationLogger|*** 35: add_series_folder_format_to_naming_config migrating ***
  1949. 16-4-27 23:13:16.0|Debug|MigrationLogger|Beginning Transaction
  1950. 16-4-27 23:13:16.0|Info|add_series_folder_format_to_naming_config|Starting migration to 35
  1951. 16-4-27 23:13:16.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2016-04-28T03:13:16', 'add_series_folder_format_to_naming_config')
  1952. 16-4-27 23:13:16.0|Debug|MigrationLogger|Committing Transaction
  1953. 16-4-27 23:13:16.0|Debug|MigrationLogger|35: add_series_folder_format_to_naming_config migrated
  1954. 16-4-27 23:13:16.0|Debug|MigrationLogger|Took: 00:00:00.0285146
  1955. 16-4-27 23:13:16.0|Info|MigrationLogger|*** 36: update_with_quality_converters migrating ***
  1956. 16-4-27 23:13:16.0|Debug|MigrationLogger|Beginning Transaction
  1957. 16-4-27 23:13:16.0|Info|update_with_quality_converters|Starting migration to 36
  1958. 16-4-27 23:13:16.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2016-04-28T03:13:16', 'update_with_quality_converters')
  1959. 16-4-27 23:13:16.1|Debug|MigrationLogger|Committing Transaction
  1960. 16-4-27 23:13:16.1|Debug|MigrationLogger|36: update_with_quality_converters migrated
  1961. 16-4-27 23:13:16.1|Debug|MigrationLogger|Took: 00:00:00.0285019
  1962. 16-4-27 23:13:16.1|Info|MigrationLogger|*** 37: add_configurable_qualities migrating ***
  1963. 16-4-27 23:13:16.1|Debug|MigrationLogger|Beginning Transaction
  1964. 16-4-27 23:13:16.1|Info|add_configurable_qualities|Starting migration to 37
  1965. 16-4-27 23:13:16.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2016-04-28T03:13:16', 'add_configurable_qualities')
  1966. 16-4-27 23:13:16.1|Debug|MigrationLogger|Committing Transaction
  1967. 16-4-27 23:13:16.1|Debug|MigrationLogger|37: add_configurable_qualities migrated
  1968. 16-4-27 23:13:16.1|Debug|MigrationLogger|Took: 00:00:00.0274922
  1969. 16-4-27 23:13:16.1|Info|MigrationLogger|*** 38: add_on_upgrade_to_notifications migrating ***
  1970. 16-4-27 23:13:16.1|Debug|MigrationLogger|Beginning Transaction
  1971. 16-4-27 23:13:16.2|Info|add_on_upgrade_to_notifications|Starting migration to 38
  1972. 16-4-27 23:13:16.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2016-04-28T03:13:16', 'add_on_upgrade_to_notifications')
  1973. 16-4-27 23:13:16.2|Debug|MigrationLogger|Committing Transaction
  1974. 16-4-27 23:13:16.2|Debug|MigrationLogger|38: add_on_upgrade_to_notifications migrated
  1975. 16-4-27 23:13:16.2|Debug|MigrationLogger|Took: 00:00:00.0301149
  1976. 16-4-27 23:13:16.2|Info|MigrationLogger|*** 39: add_metadata_tables migrating ***
  1977. 16-4-27 23:13:16.2|Debug|MigrationLogger|Beginning Transaction
  1978. 16-4-27 23:13:16.2|Info|add_metadata_tables|Starting migration to 39
  1979. 16-4-27 23:13:16.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2016-04-28T03:13:16', 'add_metadata_tables')
  1980. 16-4-27 23:13:16.2|Debug|MigrationLogger|Committing Transaction
  1981. 16-4-27 23:13:16.2|Debug|MigrationLogger|39: add_metadata_tables migrated
  1982. 16-4-27 23:13:16.2|Debug|MigrationLogger|Took: 00:00:00.0303553
  1983. 16-4-27 23:13:16.2|Info|MigrationLogger|*** 40: add_metadata_to_episodes_and_series migrating ***
  1984. 16-4-27 23:13:16.3|Debug|MigrationLogger|Beginning Transaction
  1985. 16-4-27 23:13:16.3|Info|add_metadata_to_episodes_and_series|Starting migration to 40
  1986. 16-4-27 23:13:16.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2016-04-28T03:13:16', 'add_metadata_to_episodes_and_series')
  1987. 16-4-27 23:13:16.3|Debug|MigrationLogger|Committing Transaction
  1988. 16-4-27 23:13:16.3|Debug|MigrationLogger|40: add_metadata_to_episodes_and_series migrated
  1989. 16-4-27 23:13:16.3|Debug|MigrationLogger|Took: 00:00:00.0306321
  1990. 16-4-27 23:13:16.3|Info|MigrationLogger|*** 41: fix_xbmc_season_images_metadata migrating ***
  1991. 16-4-27 23:13:16.3|Debug|MigrationLogger|Beginning Transaction
  1992. 16-4-27 23:13:16.3|Info|fix_xbmc_season_images_metadata|Starting migration to 41
  1993. 16-4-27 23:13:16.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2016-04-28T03:13:16', 'fix_xbmc_season_images_metadata')
  1994. 16-4-27 23:13:16.3|Debug|MigrationLogger|Committing Transaction
  1995. 16-4-27 23:13:16.3|Debug|MigrationLogger|41: fix_xbmc_season_images_metadata migrated
  1996. 16-4-27 23:13:16.3|Debug|MigrationLogger|Took: 00:00:00.0295095
  1997. 16-4-27 23:13:16.4|Info|MigrationLogger|*** 42: add_download_clients_table migrating ***
  1998. 16-4-27 23:13:16.4|Debug|MigrationLogger|Beginning Transaction
  1999. 16-4-27 23:13:16.4|Info|add_download_clients_table|Starting migration to 42
  2000. 16-4-27 23:13:16.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2016-04-28T03:13:16', 'add_download_clients_table')
  2001. 16-4-27 23:13:16.4|Debug|MigrationLogger|Committing Transaction
  2002. 16-4-27 23:13:16.4|Debug|MigrationLogger|42: add_download_clients_table migrated
  2003. 16-4-27 23:13:16.4|Debug|MigrationLogger|Took: 00:00:00.0296335
  2004. 16-4-27 23:13:16.4|Info|MigrationLogger|*** 43: convert_config_to_download_clients migrating ***
  2005. 16-4-27 23:13:16.4|Debug|MigrationLogger|Beginning Transaction
  2006. 16-4-27 23:13:16.4|Info|convert_config_to_download_clients|Starting migration to 43
  2007. 16-4-27 23:13:16.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (43, '2016-04-28T03:13:16', 'convert_config_to_download_clients')
  2008. 16-4-27 23:13:16.4|Debug|MigrationLogger|Committing Transaction
  2009. 16-4-27 23:13:16.4|Debug|MigrationLogger|43: convert_config_to_download_clients migrated
  2010. 16-4-27 23:13:16.5|Debug|MigrationLogger|Took: 00:00:00.0290958
  2011. 16-4-27 23:13:16.5|Info|MigrationLogger|*** 44: fix_xbmc_episode_metadata migrating ***
  2012. 16-4-27 23:13:16.5|Debug|MigrationLogger|Beginning Transaction
  2013. 16-4-27 23:13:16.5|Info|fix_xbmc_episode_metadata|Starting migration to 44
  2014. 16-4-27 23:13:16.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (44, '2016-04-28T03:13:16', 'fix_xbmc_episode_metadata')
  2015. 16-4-27 23:13:16.5|Debug|MigrationLogger|Committing Transaction
  2016. 16-4-27 23:13:16.5|Debug|MigrationLogger|44: fix_xbmc_episode_metadata migrated
  2017. 16-4-27 23:13:16.5|Debug|MigrationLogger|Took: 00:00:00.0305744
  2018. 16-4-27 23:13:16.5|Info|MigrationLogger|*** 45: add_indexes migrating ***
  2019. 16-4-27 23:13:16.5|Debug|MigrationLogger|Beginning Transaction
  2020. 16-4-27 23:13:16.5|Info|add_indexes|Starting migration to 45
  2021. 16-4-27 23:13:16.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (45, '2016-04-28T03:13:16', 'add_indexes')
  2022. 16-4-27 23:13:16.5|Debug|MigrationLogger|Committing Transaction
  2023. 16-4-27 23:13:16.5|Debug|MigrationLogger|45: add_indexes migrated
  2024. 16-4-27 23:13:16.6|Debug|MigrationLogger|Took: 00:00:00.0302222
  2025. 16-4-27 23:13:16.6|Info|MigrationLogger|*** 46: fix_nzb_su_url migrating ***
  2026. 16-4-27 23:13:16.6|Debug|MigrationLogger|Beginning Transaction
  2027. 16-4-27 23:13:16.6|Info|fix_nzb_su_url|Starting migration to 46
  2028. 16-4-27 23:13:16.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (46, '2016-04-28T03:13:16', 'fix_nzb_su_url')
  2029. 16-4-27 23:13:16.6|Debug|MigrationLogger|Committing Transaction
  2030. 16-4-27 23:13:16.6|Debug|MigrationLogger|46: fix_nzb_su_url migrated
  2031. 16-4-27 23:13:16.6|Debug|MigrationLogger|Took: 00:00:00.0355870
  2032. 16-4-27 23:13:16.6|Info|MigrationLogger|*** 47: add_temporary_blacklist_columns migrating ***
  2033. 16-4-27 23:13:16.6|Debug|MigrationLogger|Beginning Transaction
  2034. 16-4-27 23:13:16.6|Info|add_temporary_blacklist_columns|Starting migration to 47
  2035. 16-4-27 23:13:16.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (47, '2016-04-28T03:13:16', 'add_temporary_blacklist_columns')
  2036. 16-4-27 23:13:16.7|Debug|MigrationLogger|Committing Transaction
  2037. 16-4-27 23:13:16.7|Debug|MigrationLogger|47: add_temporary_blacklist_columns migrated
  2038. 16-4-27 23:13:16.7|Debug|MigrationLogger|Took: 00:00:00.0319869
  2039. 16-4-27 23:13:16.7|Info|MigrationLogger|*** 48: add_title_to_scenemappings migrating ***
  2040. 16-4-27 23:13:16.7|Debug|MigrationLogger|Beginning Transaction
  2041. 16-4-27 23:13:16.7|Info|add_title_to_scenemappings|Starting migration to 48
  2042. 16-4-27 23:13:16.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (48, '2016-04-28T03:13:16', 'add_title_to_scenemappings')
  2043. 16-4-27 23:13:16.7|Debug|MigrationLogger|Committing Transaction
  2044. 16-4-27 23:13:16.7|Debug|MigrationLogger|48: add_title_to_scenemappings migrated
  2045. 16-4-27 23:13:16.7|Debug|MigrationLogger|Took: 00:00:00.0312701
  2046. 16-4-27 23:13:16.7|Info|MigrationLogger|*** 49: fix_dognzb_url migrating ***
  2047. 16-4-27 23:13:16.7|Debug|MigrationLogger|Beginning Transaction
  2048. 16-4-27 23:13:16.7|Info|fix_dognzb_url|Starting migration to 49
  2049. 16-4-27 23:13:16.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (49, '2016-04-28T03:13:16', 'fix_dognzb_url')
  2050. 16-4-27 23:13:16.8|Debug|MigrationLogger|Committing Transaction
  2051. 16-4-27 23:13:16.8|Debug|MigrationLogger|49: fix_dognzb_url migrated
  2052. 16-4-27 23:13:16.8|Debug|MigrationLogger|Took: 00:00:00.0299116
  2053. 16-4-27 23:13:16.8|Info|MigrationLogger|*** 50: add_hash_to_metadata_files migrating ***
  2054. 16-4-27 23:13:16.8|Debug|MigrationLogger|Beginning Transaction
  2055. 16-4-27 23:13:16.8|Info|add_hash_to_metadata_files|Starting migration to 50
  2056. 16-4-27 23:13:16.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (50, '2016-04-28T03:13:16', 'add_hash_to_metadata_files')
  2057. 16-4-27 23:13:16.8|Debug|MigrationLogger|Committing Transaction
  2058. 16-4-27 23:13:16.8|Debug|MigrationLogger|50: add_hash_to_metadata_files migrated
  2059. 16-4-27 23:13:16.8|Debug|MigrationLogger|Took: 00:00:00.0310814
  2060. 16-4-27 23:13:16.8|Info|MigrationLogger|*** 51: download_client_import migrating ***
  2061. 16-4-27 23:13:16.8|Debug|MigrationLogger|Beginning Transaction
  2062. 16-4-27 23:13:16.8|Info|download_client_import|Starting migration to 51
  2063. 16-4-27 23:13:16.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (51, '2016-04-28T03:13:16', 'download_client_import')
  2064. 16-4-27 23:13:16.9|Debug|MigrationLogger|Committing Transaction
  2065. 16-4-27 23:13:16.9|Debug|MigrationLogger|51: download_client_import migrated
  2066. 16-4-27 23:13:16.9|Debug|MigrationLogger|Took: 00:00:00.0296770
  2067. 16-4-27 23:13:16.9|Info|MigrationLogger|*** 52: add_columns_for_anime migrating ***
  2068. 16-4-27 23:13:16.9|Debug|MigrationLogger|Beginning Transaction
  2069. 16-4-27 23:13:16.9|Info|add_columns_for_anime|Starting migration to 52
  2070. 16-4-27 23:13:16.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (52, '2016-04-28T03:13:16', 'add_columns_for_anime')
  2071. 16-4-27 23:13:16.9|Debug|MigrationLogger|Committing Transaction
  2072. 16-4-27 23:13:16.9|Debug|MigrationLogger|52: add_columns_for_anime migrated
  2073. 16-4-27 23:13:16.9|Debug|MigrationLogger|Took: 00:00:00.0413614
  2074. 16-4-27 23:13:16.9|Info|MigrationLogger|*** 53: add_series_sorttitle migrating ***
  2075. 16-4-27 23:13:17.0|Debug|MigrationLogger|Beginning Transaction
  2076. 16-4-27 23:13:17.0|Info|add_series_sorttitle|Starting migration to 53
  2077. 16-4-27 23:13:17.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (53, '2016-04-28T03:13:17', 'add_series_sorttitle')
  2078. 16-4-27 23:13:17.0|Debug|MigrationLogger|Committing Transaction
  2079. 16-4-27 23:13:17.0|Debug|MigrationLogger|53: add_series_sorttitle migrated
  2080. 16-4-27 23:13:17.0|Debug|MigrationLogger|Took: 00:00:00.0293127
  2081. 16-4-27 23:13:17.0|Info|MigrationLogger|*** 54: rename_profiles migrating ***
  2082. 16-4-27 23:13:17.0|Debug|MigrationLogger|Beginning Transaction
  2083. 16-4-27 23:13:17.0|Info|rename_profiles|Starting migration to 54
  2084. 16-4-27 23:13:17.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (54, '2016-04-28T03:13:17', 'rename_profiles')
  2085. 16-4-27 23:13:17.0|Debug|MigrationLogger|Committing Transaction
  2086. 16-4-27 23:13:17.0|Debug|MigrationLogger|54: rename_profiles migrated
  2087. 16-4-27 23:13:17.0|Debug|MigrationLogger|Took: 00:00:00.0305325
  2088. 16-4-27 23:13:17.0|Info|MigrationLogger|*** 55: drop_old_profile_columns migrating ***
  2089. 16-4-27 23:13:17.0|Debug|MigrationLogger|Beginning Transaction
  2090. 16-4-27 23:13:17.1|Info|drop_old_profile_columns|Starting migration to 55
  2091. 16-4-27 23:13:17.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (55, '2016-04-28T03:13:17', 'drop_old_profile_columns')
  2092. 16-4-27 23:13:17.1|Debug|MigrationLogger|Committing Transaction
  2093. 16-4-27 23:13:17.1|Debug|MigrationLogger|55: drop_old_profile_columns migrated
  2094. 16-4-27 23:13:17.1|Debug|MigrationLogger|Took: 00:00:00.0322978
  2095. 16-4-27 23:13:17.1|Info|MigrationLogger|*** 56: add_mediainfo_to_episodefile migrating ***
  2096. 16-4-27 23:13:17.1|Debug|MigrationLogger|Beginning Transaction
  2097. 16-4-27 23:13:17.1|Info|add_mediainfo_to_episodefile|Starting migration to 56
  2098. 16-4-27 23:13:17.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (56, '2016-04-28T03:13:17', 'add_mediainfo_to_episodefile')
  2099. 16-4-27 23:13:17.1|Debug|MigrationLogger|Committing Transaction
  2100. 16-4-27 23:13:17.1|Debug|MigrationLogger|56: add_mediainfo_to_episodefile migrated
  2101. 16-4-27 23:13:17.1|Debug|MigrationLogger|Took: 00:00:00.0320946
  2102. 16-4-27 23:13:17.2|Info|MigrationLogger|*** 57: convert_episode_file_path_to_relative migrating ***
  2103. 16-4-27 23:13:17.2|Debug|MigrationLogger|Beginning Transaction
  2104. 16-4-27 23:13:17.2|Info|convert_episode_file_path_to_relative|Starting migration to 57
  2105. 16-4-27 23:13:17.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (57, '2016-04-28T03:13:17', 'convert_episode_file_path_to_relative')
  2106. 16-4-27 23:13:17.2|Debug|MigrationLogger|Committing Transaction
  2107. 16-4-27 23:13:17.2|Debug|MigrationLogger|57: convert_episode_file_path_to_relative migrated
  2108. 16-4-27 23:13:17.2|Debug|MigrationLogger|Took: 00:00:00.0317983
  2109. 16-4-27 23:13:17.2|Info|MigrationLogger|*** 58: drop_episode_file_path migrating ***
  2110. 16-4-27 23:13:17.2|Debug|MigrationLogger|Beginning Transaction
  2111. 16-4-27 23:13:17.2|Info|drop_episode_file_path|Starting migration to 58
  2112. 16-4-27 23:13:17.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (58, '2016-04-28T03:13:17', 'drop_episode_file_path')
  2113. 16-4-27 23:13:17.2|Debug|MigrationLogger|Committing Transaction
  2114. 16-4-27 23:13:17.2|Debug|MigrationLogger|58: drop_episode_file_path migrated
  2115. 16-4-27 23:13:17.3|Debug|MigrationLogger|Took: 00:00:00.0375841
  2116. 16-4-27 23:13:17.3|Info|MigrationLogger|*** 59: add_enable_options_to_indexers migrating ***
  2117. 16-4-27 23:13:17.3|Debug|MigrationLogger|Beginning Transaction
  2118. 16-4-27 23:13:17.3|Info|add_enable_options_to_indexers|Starting migration to 59
  2119. 16-4-27 23:13:17.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (59, '2016-04-28T03:13:17', 'add_enable_options_to_indexers')
  2120. 16-4-27 23:13:17.3|Debug|MigrationLogger|Committing Transaction
  2121. 16-4-27 23:13:17.3|Debug|MigrationLogger|59: add_enable_options_to_indexers migrated
  2122. 16-4-27 23:13:17.3|Debug|MigrationLogger|Took: 00:00:00.0311339
  2123. 16-4-27 23:13:17.3|Info|MigrationLogger|*** 60: remove_enable_from_indexers migrating ***
  2124. 16-4-27 23:13:17.3|Debug|MigrationLogger|Beginning Transaction
  2125. 16-4-27 23:13:17.3|Info|remove_enable_from_indexers|Starting migration to 60
  2126. 16-4-27 23:13:17.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (60, '2016-04-28T03:13:17', 'remove_enable_from_indexers')
  2127. 16-4-27 23:13:17.3|Debug|MigrationLogger|Committing Transaction
  2128. 16-4-27 23:13:17.4|Debug|MigrationLogger|60: remove_enable_from_indexers migrated
  2129. 16-4-27 23:13:17.4|Debug|MigrationLogger|Took: 00:00:00.0347545
  2130. 16-4-27 23:13:17.4|Info|MigrationLogger|*** 61: clear_bad_scene_names migrating ***
  2131. 16-4-27 23:13:17.4|Debug|MigrationLogger|Beginning Transaction
  2132. 16-4-27 23:13:17.4|Info|clear_bad_scene_names|Starting migration to 61
  2133. 16-4-27 23:13:17.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (61, '2016-04-28T03:13:17', 'clear_bad_scene_names')
  2134. 16-4-27 23:13:17.4|Debug|MigrationLogger|Committing Transaction
  2135. 16-4-27 23:13:17.4|Debug|MigrationLogger|61: clear_bad_scene_names migrated
  2136. 16-4-27 23:13:17.4|Debug|MigrationLogger|Took: 00:00:00.0306429
  2137. 16-4-27 23:13:17.4|Info|MigrationLogger|*** 62: convert_quality_models migrating ***
  2138. 16-4-27 23:13:17.4|Debug|MigrationLogger|Beginning Transaction
  2139. 16-4-27 23:13:17.4|Info|convert_quality_models|Starting migration to 62
  2140. 16-4-27 23:13:17.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (62, '2016-04-28T03:13:17', 'convert_quality_models')
  2141. 16-4-27 23:13:17.5|Debug|MigrationLogger|Committing Transaction
  2142. 16-4-27 23:13:17.5|Debug|MigrationLogger|62: convert_quality_models migrated
  2143. 16-4-27 23:13:17.5|Debug|MigrationLogger|Took: 00:00:00.0323906
  2144. 16-4-27 23:13:17.5|Info|MigrationLogger|*** 63: add_remotepathmappings migrating ***
  2145. 16-4-27 23:13:17.5|Debug|MigrationLogger|Beginning Transaction
  2146. 16-4-27 23:13:17.5|Info|add_remotepathmappings|Starting migration to 63
  2147. 16-4-27 23:13:17.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (63, '2016-04-28T03:13:17', 'add_remotepathmappings')
  2148. 16-4-27 23:13:17.5|Debug|MigrationLogger|Committing Transaction
  2149. 16-4-27 23:13:17.5|Debug|MigrationLogger|63: add_remotepathmappings migrated
  2150. 16-4-27 23:13:17.5|Debug|MigrationLogger|Took: 00:00:00.0309086
  2151. 16-4-27 23:13:17.5|Info|MigrationLogger|*** 64: remove_method_from_logs migrating ***
  2152. 16-4-27 23:13:17.5|Debug|MigrationLogger|Beginning Transaction
  2153. 16-4-27 23:13:17.6|Info|remove_method_from_logs|Starting migration to 64
  2154. 16-4-27 23:13:17.6|Debug|MigrationLogger|DeleteColumn Logs Method
  2155. 16-4-27 23:13:17.6|Debug|MigrationLogger|CREATE TABLE "Logs_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
  2156. 16-4-27 23:13:17.6|Debug|MigrationLogger|INSERT INTO "Logs_temp" SELECT "Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level" FROM "Logs"
  2157. 16-4-27 23:13:17.6|Debug|MigrationLogger|DROP TABLE "Logs"
  2158. 16-4-27 23:13:17.6|Debug|MigrationLogger|ALTER TABLE "Logs_temp" RENAME TO "Logs"
  2159. 16-4-27 23:13:17.6|Debug|MigrationLogger|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
  2160. 16-4-27 23:13:17.6|Debug|MigrationLogger|Took: 00:00:00.0374538
  2161. 16-4-27 23:13:17.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (64, '2016-04-28T03:13:17', 'remove_method_from_logs')
  2162. 16-4-27 23:13:17.6|Debug|MigrationLogger|Committing Transaction
  2163. 16-4-27 23:13:17.6|Debug|MigrationLogger|64: remove_method_from_logs migrated
  2164. 16-4-27 23:13:17.6|Debug|MigrationLogger|Took: 00:00:00.0614811
  2165. 16-4-27 23:13:17.7|Info|MigrationLogger|*** 65: make_scene_numbering_nullable migrating ***
  2166. 16-4-27 23:13:17.7|Debug|MigrationLogger|Beginning Transaction
  2167. 16-4-27 23:13:17.7|Info|make_scene_numbering_nullable|Starting migration to 65
  2168. 16-4-27 23:13:17.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (65, '2016-04-28T03:13:17', 'make_scene_numbering_nullable')
  2169. 16-4-27 23:13:17.7|Debug|MigrationLogger|Committing Transaction
  2170. 16-4-27 23:13:17.7|Debug|MigrationLogger|65: make_scene_numbering_nullable migrated
  2171. 16-4-27 23:13:17.7|Debug|MigrationLogger|Took: 00:00:00.0297046
  2172. 16-4-27 23:13:17.7|Info|MigrationLogger|*** 66: add_tags migrating ***
  2173. 16-4-27 23:13:17.7|Debug|MigrationLogger|Beginning Transaction
  2174. 16-4-27 23:13:17.7|Info|add_tags|Starting migration to 66
  2175. 16-4-27 23:13:17.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (66, '2016-04-28T03:13:17', 'add_tags')
  2176. 16-4-27 23:13:17.7|Debug|MigrationLogger|Committing Transaction
  2177. 16-4-27 23:13:17.7|Debug|MigrationLogger|66: add_tags migrated
  2178. 16-4-27 23:13:17.8|Debug|MigrationLogger|Took: 00:00:00.0318193
  2179. 16-4-27 23:13:17.8|Info|MigrationLogger|*** 67: add_added_to_series migrating ***
  2180. 16-4-27 23:13:17.8|Debug|MigrationLogger|Beginning Transaction
  2181. 16-4-27 23:13:17.8|Info|add_added_to_series|Starting migration to 67
  2182. 16-4-27 23:13:17.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (67, '2016-04-28T03:13:17', 'add_added_to_series')
  2183. 16-4-27 23:13:17.8|Debug|MigrationLogger|Committing Transaction
  2184. 16-4-27 23:13:17.8|Debug|MigrationLogger|67: add_added_to_series migrated
  2185. 16-4-27 23:13:17.8|Debug|MigrationLogger|Took: 00:00:00.0326053
  2186. 16-4-27 23:13:17.8|Info|MigrationLogger|*** 68: add_release_restrictions migrating ***
  2187. 16-4-27 23:13:17.8|Debug|MigrationLogger|Beginning Transaction
  2188. 16-4-27 23:13:17.8|Info|add_release_restrictions|Starting migration to 68
  2189. 16-4-27 23:13:17.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (68, '2016-04-28T03:13:17', 'add_release_restrictions')
  2190. 16-4-27 23:13:17.9|Debug|MigrationLogger|Committing Transaction
  2191. 16-4-27 23:13:17.9|Debug|MigrationLogger|68: add_release_restrictions migrated
  2192. 16-4-27 23:13:17.9|Debug|MigrationLogger|Took: 00:00:00.0418083
  2193. 16-4-27 23:13:17.9|Info|MigrationLogger|*** 69: quality_proper migrating ***
  2194. 16-4-27 23:13:17.9|Debug|MigrationLogger|Beginning Transaction
  2195. 16-4-27 23:13:17.9|Info|quality_proper|Starting migration to 69
  2196. 16-4-27 23:13:17.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (69, '2016-04-28T03:13:17', 'quality_proper')
  2197. 16-4-27 23:13:17.9|Debug|MigrationLogger|Committing Transaction
  2198. 16-4-27 23:13:17.9|Debug|MigrationLogger|69: quality_proper migrated
  2199. 16-4-27 23:13:17.9|Debug|MigrationLogger|Took: 00:00:00.0344203
  2200. 16-4-27 23:13:17.9|Info|MigrationLogger|*** 70: delay_profile migrating ***
  2201. 16-4-27 23:13:17.9|Debug|MigrationLogger|Beginning Transaction
  2202. 16-4-27 23:13:17.9|Info|delay_profile|Starting migration to 70
  2203. 16-4-27 23:13:18.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (70, '2016-04-28T03:13:18', 'delay_profile')
  2204. 16-4-27 23:13:18.0|Debug|MigrationLogger|Committing Transaction
  2205. 16-4-27 23:13:18.0|Debug|MigrationLogger|70: delay_profile migrated
  2206. 16-4-27 23:13:18.0|Debug|MigrationLogger|Took: 00:00:00.0311925
  2207. 16-4-27 23:13:18.0|Info|MigrationLogger|*** 71: unknown_quality_in_profile migrating ***
  2208. 16-4-27 23:13:18.0|Debug|MigrationLogger|Beginning Transaction
  2209. 16-4-27 23:13:18.0|Info|unknown_quality_in_profile|Starting migration to 71
  2210. 16-4-27 23:13:18.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (71, '2016-04-28T03:13:18', 'unknown_quality_in_profile')
  2211. 16-4-27 23:13:18.0|Debug|MigrationLogger|Committing Transaction
  2212. 16-4-27 23:13:18.0|Debug|MigrationLogger|71: unknown_quality_in_profile migrated
  2213. 16-4-27 23:13:18.0|Debug|MigrationLogger|Took: 00:00:00.0315844
  2214. 16-4-27 23:13:18.0|Info|MigrationLogger|*** 72: history_downloadId migrating ***
  2215. 16-4-27 23:13:18.0|Debug|MigrationLogger|Beginning Transaction
  2216. 16-4-27 23:13:18.0|Info|history_downloadId|Starting migration to 72
  2217. 16-4-27 23:13:18.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (72, '2016-04-28T03:13:18', 'history_downloadId')
  2218. 16-4-27 23:13:18.1|Debug|MigrationLogger|Committing Transaction
  2219. 16-4-27 23:13:18.1|Debug|MigrationLogger|72: history_downloadId migrated
  2220. 16-4-27 23:13:18.1|Debug|MigrationLogger|Took: 00:00:00.0319934
  2221. 16-4-27 23:13:18.1|Info|MigrationLogger|*** 73: clear_ratings migrating ***
  2222. 16-4-27 23:13:18.1|Debug|MigrationLogger|Beginning Transaction
  2223. 16-4-27 23:13:18.1|Info|clear_ratings|Starting migration to 73
  2224. 16-4-27 23:13:18.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (73, '2016-04-28T03:13:18', 'clear_ratings')
  2225. 16-4-27 23:13:18.1|Debug|MigrationLogger|Committing Transaction
  2226. 16-4-27 23:13:18.1|Debug|MigrationLogger|73: clear_ratings migrated
  2227. 16-4-27 23:13:18.1|Debug|MigrationLogger|Took: 00:00:00.0306640
  2228. 16-4-27 23:13:18.2|Info|MigrationLogger|*** 74: disable_eztv migrating ***
  2229. 16-4-27 23:13:18.2|Debug|MigrationLogger|Beginning Transaction
  2230. 16-4-27 23:13:18.2|Info|disable_eztv|Starting migration to 74
  2231. 16-4-27 23:13:18.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (74, '2016-04-28T03:13:18', 'disable_eztv')
  2232. 16-4-27 23:13:18.2|Debug|MigrationLogger|Committing Transaction
  2233. 16-4-27 23:13:18.2|Debug|MigrationLogger|74: disable_eztv migrated
  2234. 16-4-27 23:13:18.2|Debug|MigrationLogger|Took: 00:00:00.0308741
  2235. 16-4-27 23:13:18.2|Info|MigrationLogger|*** 75: force_lib_update migrating ***
  2236. 16-4-27 23:13:18.2|Debug|MigrationLogger|Beginning Transaction
  2237. 16-4-27 23:13:18.2|Info|force_lib_update|Starting migration to 75
  2238. 16-4-27 23:13:18.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (75, '2016-04-28T03:13:18', 'force_lib_update')
  2239. 16-4-27 23:13:18.2|Debug|MigrationLogger|Committing Transaction
  2240. 16-4-27 23:13:18.2|Debug|MigrationLogger|75: force_lib_update migrated
  2241. 16-4-27 23:13:18.2|Debug|MigrationLogger|Took: 00:00:00.0350412
  2242. 16-4-27 23:13:18.2|Info|MigrationLogger|*** 76: add_users_table migrating ***
  2243. 16-4-27 23:13:18.3|Debug|MigrationLogger|Beginning Transaction
  2244. 16-4-27 23:13:18.3|Info|add_users_table|Starting migration to 76
  2245. 16-4-27 23:13:18.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (76, '2016-04-28T03:13:18', 'add_users_table')
  2246. 16-4-27 23:13:18.3|Debug|MigrationLogger|Committing Transaction
  2247. 16-4-27 23:13:18.3|Debug|MigrationLogger|76: add_users_table migrated
  2248. 16-4-27 23:13:18.3|Debug|MigrationLogger|Took: 00:00:00.0304732
  2249. 16-4-27 23:13:18.3|Info|MigrationLogger|*** 77: add_add_options_to_series migrating ***
  2250. 16-4-27 23:13:18.3|Debug|MigrationLogger|Beginning Transaction
  2251. 16-4-27 23:13:18.3|Info|add_add_options_to_series|Starting migration to 77
  2252. 16-4-27 23:13:18.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (77, '2016-04-28T03:13:18', 'add_add_options_to_series')
  2253. 16-4-27 23:13:18.3|Debug|MigrationLogger|Committing Transaction
  2254. 16-4-27 23:13:18.3|Debug|MigrationLogger|77: add_add_options_to_series migrated
  2255. 16-4-27 23:13:18.4|Debug|MigrationLogger|Took: 00:00:00.0305415
  2256. 16-4-27 23:13:18.4|Info|MigrationLogger|*** 78: add_commands_table migrating ***
  2257. 16-4-27 23:13:18.4|Debug|MigrationLogger|Beginning Transaction
  2258. 16-4-27 23:13:18.4|Info|add_commands_table|Starting migration to 78
  2259. 16-4-27 23:13:18.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (78, '2016-04-28T03:13:18', 'add_commands_table')
  2260. 16-4-27 23:13:18.4|Debug|MigrationLogger|Committing Transaction
  2261. 16-4-27 23:13:18.4|Debug|MigrationLogger|78: add_commands_table migrated
  2262. 16-4-27 23:13:18.4|Debug|MigrationLogger|Took: 00:00:00.0316182
  2263. 16-4-27 23:13:18.4|Info|MigrationLogger|*** 79: dedupe_tags migrating ***
  2264. 16-4-27 23:13:18.4|Debug|MigrationLogger|Beginning Transaction
  2265. 16-4-27 23:13:18.4|Info|dedupe_tags|Starting migration to 79
  2266. 16-4-27 23:13:18.4|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (79, '2016-04-28T03:13:18', 'dedupe_tags')
  2267. 16-4-27 23:13:18.4|Debug|MigrationLogger|Committing Transaction
  2268. 16-4-27 23:13:18.5|Debug|MigrationLogger|79: dedupe_tags migrated
  2269. 16-4-27 23:13:18.5|Debug|MigrationLogger|Took: 00:00:00.0313424
  2270. 16-4-27 23:13:18.5|Info|MigrationLogger|*** 81: move_dot_prefix_to_transmission_category migrating ***
  2271. 16-4-27 23:13:18.5|Debug|MigrationLogger|Beginning Transaction
  2272. 16-4-27 23:13:18.5|Info|move_dot_prefix_to_transmission_category|Starting migration to 81
  2273. 16-4-27 23:13:18.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (81, '2016-04-28T03:13:18', 'move_dot_prefix_to_transmission_category')
  2274. 16-4-27 23:13:18.5|Debug|MigrationLogger|Committing Transaction
  2275. 16-4-27 23:13:18.5|Debug|MigrationLogger|81: move_dot_prefix_to_transmission_category migrated
  2276. 16-4-27 23:13:18.5|Debug|MigrationLogger|Took: 00:00:00.0320232
  2277. 16-4-27 23:13:18.5|Info|MigrationLogger|*** 82: add_fanzub_settings migrating ***
  2278. 16-4-27 23:13:18.5|Debug|MigrationLogger|Beginning Transaction
  2279. 16-4-27 23:13:18.5|Info|add_fanzub_settings|Starting migration to 82
  2280. 16-4-27 23:13:18.5|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (82, '2016-04-28T03:13:18', 'add_fanzub_settings')
  2281. 16-4-27 23:13:18.6|Debug|MigrationLogger|Committing Transaction
  2282. 16-4-27 23:13:18.6|Debug|MigrationLogger|82: add_fanzub_settings migrated
  2283. 16-4-27 23:13:18.6|Debug|MigrationLogger|Took: 00:00:00.0312369
  2284. 16-4-27 23:13:18.6|Info|MigrationLogger|*** 83: additonal_blacklist_columns migrating ***
  2285. 16-4-27 23:13:18.6|Debug|MigrationLogger|Beginning Transaction
  2286. 16-4-27 23:13:18.6|Info|additonal_blacklist_columns|Starting migration to 83
  2287. 16-4-27 23:13:18.6|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (83, '2016-04-28T03:13:18', 'additonal_blacklist_columns')
  2288. 16-4-27 23:13:18.6|Debug|MigrationLogger|Committing Transaction
  2289. 16-4-27 23:13:18.6|Debug|MigrationLogger|83: additonal_blacklist_columns migrated
  2290. 16-4-27 23:13:18.6|Debug|MigrationLogger|Took: 00:00:00.0305803
  2291. 16-4-27 23:13:18.6|Info|MigrationLogger|*** 84: update_quality_minmax_size migrating ***
  2292. 16-4-27 23:13:18.6|Debug|MigrationLogger|Beginning Transaction
  2293. 16-4-27 23:13:18.7|Info|update_quality_minmax_size|Starting migration to 84
  2294. 16-4-27 23:13:18.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (84, '2016-04-28T03:13:18', 'update_quality_minmax_size')
  2295. 16-4-27 23:13:18.7|Debug|MigrationLogger|Committing Transaction
  2296. 16-4-27 23:13:18.7|Debug|MigrationLogger|84: update_quality_minmax_size migrated
  2297. 16-4-27 23:13:18.7|Debug|MigrationLogger|Took: 00:00:00.0305744
  2298. 16-4-27 23:13:18.7|Info|MigrationLogger|*** 85: expand_transmission_urlbase migrating ***
  2299. 16-4-27 23:13:18.7|Debug|MigrationLogger|Beginning Transaction
  2300. 16-4-27 23:13:18.7|Info|expand_transmission_urlbase|Starting migration to 85
  2301. 16-4-27 23:13:18.7|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (85, '2016-04-28T03:13:18', 'expand_transmission_urlbase')
  2302. 16-4-27 23:13:18.7|Debug|MigrationLogger|Committing Transaction
  2303. 16-4-27 23:13:18.7|Debug|MigrationLogger|85: expand_transmission_urlbase migrated
  2304. 16-4-27 23:13:18.7|Debug|MigrationLogger|Took: 00:00:00.0306213
  2305. 16-4-27 23:13:18.7|Info|MigrationLogger|*** 86: pushbullet_device_ids migrating ***
  2306. 16-4-27 23:13:18.8|Debug|MigrationLogger|Beginning Transaction
  2307. 16-4-27 23:13:18.8|Info|pushbullet_device_ids|Starting migration to 86
  2308. 16-4-27 23:13:18.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (86, '2016-04-28T03:13:18', 'pushbullet_device_ids')
  2309. 16-4-27 23:13:18.8|Debug|MigrationLogger|Committing Transaction
  2310. 16-4-27 23:13:18.8|Debug|MigrationLogger|86: pushbullet_device_ids migrated
  2311. 16-4-27 23:13:18.8|Debug|MigrationLogger|Took: 00:00:00.0393079
  2312. 16-4-27 23:13:18.8|Info|MigrationLogger|*** 87: remove_eztv migrating ***
  2313. 16-4-27 23:13:18.8|Debug|MigrationLogger|Beginning Transaction
  2314. 16-4-27 23:13:18.8|Info|remove_eztv|Starting migration to 87
  2315. 16-4-27 23:13:18.8|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (87, '2016-04-28T03:13:18', 'remove_eztv')
  2316. 16-4-27 23:13:18.8|Debug|MigrationLogger|Committing Transaction
  2317. 16-4-27 23:13:18.8|Debug|MigrationLogger|87: remove_eztv migrated
  2318. 16-4-27 23:13:18.8|Debug|MigrationLogger|Took: 00:00:00.0308593
  2319. 16-4-27 23:13:18.8|Info|MigrationLogger|*** 88: pushbullet_devices_channels_list migrating ***
  2320. 16-4-27 23:13:18.9|Debug|MigrationLogger|Beginning Transaction
  2321. 16-4-27 23:13:18.9|Info|pushbullet_devices_channels_list|Starting migration to 88
  2322. 16-4-27 23:13:18.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (88, '2016-04-28T03:13:18', 'pushbullet_devices_channels_list')
  2323. 16-4-27 23:13:18.9|Debug|MigrationLogger|Committing Transaction
  2324. 16-4-27 23:13:18.9|Debug|MigrationLogger|88: pushbullet_devices_channels_list migrated
  2325. 16-4-27 23:13:18.9|Debug|MigrationLogger|Took: 00:00:00.0295368
  2326. 16-4-27 23:13:18.9|Info|MigrationLogger|*** 89: add_on_rename_to_notifcations migrating ***
  2327. 16-4-27 23:13:18.9|Debug|MigrationLogger|Beginning Transaction
  2328. 16-4-27 23:13:18.9|Info|add_on_rename_to_notifcations|Starting migration to 89
  2329. 16-4-27 23:13:18.9|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (89, '2016-04-28T03:13:18', 'add_on_rename_to_notifcations')
  2330. 16-4-27 23:13:18.9|Debug|MigrationLogger|Committing Transaction
  2331. 16-4-27 23:13:18.9|Debug|MigrationLogger|89: add_on_rename_to_notifcations migrated
  2332. 16-4-27 23:13:19.0|Debug|MigrationLogger|Took: 00:00:00.0304872
  2333. 16-4-27 23:13:19.0|Info|MigrationLogger|*** 90: update_kickass_url migrating ***
  2334. 16-4-27 23:13:19.0|Debug|MigrationLogger|Beginning Transaction
  2335. 16-4-27 23:13:19.0|Info|update_kickass_url|Starting migration to 90
  2336. 16-4-27 23:13:19.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (90, '2016-04-28T03:13:19', 'update_kickass_url')
  2337. 16-4-27 23:13:19.0|Debug|MigrationLogger|Committing Transaction
  2338. 16-4-27 23:13:19.0|Debug|MigrationLogger|90: update_kickass_url migrated
  2339. 16-4-27 23:13:19.0|Debug|MigrationLogger|Took: 00:00:00.0292293
  2340. 16-4-27 23:13:19.0|Info|MigrationLogger|*** 91: added_indexerstatus migrating ***
  2341. 16-4-27 23:13:19.0|Debug|MigrationLogger|Beginning Transaction
  2342. 16-4-27 23:13:19.0|Info|added_indexerstatus|Starting migration to 91
  2343. 16-4-27 23:13:19.0|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (91, '2016-04-28T03:13:19', 'added_indexerstatus')
  2344. 16-4-27 23:13:19.0|Debug|MigrationLogger|Committing Transaction
  2345. 16-4-27 23:13:19.0|Debug|MigrationLogger|91: added_indexerstatus migrated
  2346. 16-4-27 23:13:19.0|Debug|MigrationLogger|Took: 00:00:00.0312493
  2347. 16-4-27 23:13:19.1|Info|MigrationLogger|*** 92: add_unverifiedscenenumbering migrating ***
  2348. 16-4-27 23:13:19.1|Debug|MigrationLogger|Beginning Transaction
  2349. 16-4-27 23:13:19.1|Info|add_unverifiedscenenumbering|Starting migration to 92
  2350. 16-4-27 23:13:19.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (92, '2016-04-28T03:13:19', 'add_unverifiedscenenumbering')
  2351. 16-4-27 23:13:19.1|Debug|MigrationLogger|Committing Transaction
  2352. 16-4-27 23:13:19.1|Debug|MigrationLogger|92: add_unverifiedscenenumbering migrated
  2353. 16-4-27 23:13:19.1|Debug|MigrationLogger|Took: 00:00:00.0357459
  2354. 16-4-27 23:13:19.1|Info|MigrationLogger|*** 93: naming_config_replace_illegal_characters migrating ***
  2355. 16-4-27 23:13:19.1|Debug|MigrationLogger|Beginning Transaction
  2356. 16-4-27 23:13:19.1|Info|naming_config_replace_illegal_characters|Starting migration to 93
  2357. 16-4-27 23:13:19.1|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (93, '2016-04-28T03:13:19', 'naming_config_replace_illegal_characters')
  2358. 16-4-27 23:13:19.1|Debug|MigrationLogger|Committing Transaction
  2359. 16-4-27 23:13:19.2|Debug|MigrationLogger|93: naming_config_replace_illegal_characters migrated
  2360. 16-4-27 23:13:19.2|Debug|MigrationLogger|Took: 00:00:00.0295206
  2361. 16-4-27 23:13:19.2|Info|MigrationLogger|*** 94: add_tvmazeid migrating ***
  2362. 16-4-27 23:13:19.2|Debug|MigrationLogger|Beginning Transaction
  2363. 16-4-27 23:13:19.2|Info|add_tvmazeid|Starting migration to 94
  2364. 16-4-27 23:13:19.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (94, '2016-04-28T03:13:19', 'add_tvmazeid')
  2365. 16-4-27 23:13:19.2|Debug|MigrationLogger|Committing Transaction
  2366. 16-4-27 23:13:19.2|Debug|MigrationLogger|94: add_tvmazeid migrated
  2367. 16-4-27 23:13:19.2|Debug|MigrationLogger|Took: 00:00:00.0294793
  2368. 16-4-27 23:13:19.2|Info|MigrationLogger|*** 98: remove_titans_of_tv migrating ***
  2369. 16-4-27 23:13:19.2|Debug|MigrationLogger|Beginning Transaction
  2370. 16-4-27 23:13:19.2|Info|remove_titans_of_tv|Starting migration to 98
  2371. 16-4-27 23:13:19.2|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (98, '2016-04-28T03:13:19', 'remove_titans_of_tv')
  2372. 16-4-27 23:13:19.3|Debug|MigrationLogger|Committing Transaction
  2373. 16-4-27 23:13:19.3|Debug|MigrationLogger|98: remove_titans_of_tv migrated
  2374. 16-4-27 23:13:19.3|Debug|MigrationLogger|Took: 00:00:00.0320679
  2375. 16-4-27 23:13:19.3|Info|MigrationLogger|*** 101: add_ultrahd_quality_in_profiles migrating ***
  2376. 16-4-27 23:13:19.3|Debug|MigrationLogger|Beginning Transaction
  2377. 16-4-27 23:13:19.3|Info|add_ultrahd_quality_in_profiles|Starting migration to 101
  2378. 16-4-27 23:13:19.3|Debug|MigrationLogger|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (101, '2016-04-28T03:13:19', 'add_ultrahd_quality_in_profiles')
  2379. 16-4-27 23:13:19.3|Debug|MigrationLogger|Committing Transaction
  2380. 16-4-27 23:13:19.3|Debug|MigrationLogger|101: add_ultrahd_quality_in_profiles migrated
  2381. 16-4-27 23:13:19.3|Debug|MigrationLogger|Took: 00:00:00.0382221
  2382. 16-4-27 23:13:19.3|Debug|MigrationLogger|Took: 00:00:05.4341636
  2383. 16-4-27 23:13:19.4|Debug|netsh.exe|Starting netsh.exe http show urlacl
  2384. 16-4-27 23:13:19.5|Debug|netsh.exe|URL Reservations:
  2385. 16-4-27 23:13:19.5|Debug|netsh.exe|-----------------
  2386. 16-4-27 23:13:19.5|Debug|netsh.exe| Reserved URL : http://*:5357/
  2387. 16-4-27 23:13:19.5|Debug|netsh.exe| User: BUILTIN\Users
  2388. 16-4-27 23:13:19.5|Debug|netsh.exe| Listen: Yes
  2389. 16-4-27 23:13:19.5|Debug|netsh.exe| Delegate: No
  2390. 16-4-27 23:13:19.5|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2391. 16-4-27 23:13:19.5|Debug|netsh.exe| Listen: Yes
  2392. 16-4-27 23:13:19.5|Debug|netsh.exe| Delegate: No
  2393. 16-4-27 23:13:19.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2394. 16-4-27 23:13:19.6|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  2395. 16-4-27 23:13:19.6|Debug|netsh.exe| User: \Everyone
  2396. 16-4-27 23:13:19.6|Debug|netsh.exe| Listen: Yes
  2397. 16-4-27 23:13:19.6|Debug|netsh.exe| Delegate: No
  2398. 16-4-27 23:13:19.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2399. 16-4-27 23:13:19.6|Debug|netsh.exe| Reserved URL : https://*:5358/
  2400. 16-4-27 23:13:19.6|Debug|netsh.exe| User: BUILTIN\Users
  2401. 16-4-27 23:13:19.6|Debug|netsh.exe| Listen: Yes
  2402. 16-4-27 23:13:19.6|Debug|netsh.exe| Delegate: No
  2403. 16-4-27 23:13:19.6|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2404. 16-4-27 23:13:19.6|Debug|netsh.exe| Listen: Yes
  2405. 16-4-27 23:13:19.6|Debug|netsh.exe| Delegate: No
  2406. 16-4-27 23:13:19.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2407. 16-4-27 23:13:19.7|Debug|netsh.exe| Reserved URL : http://*:2869/
  2408. 16-4-27 23:13:19.7|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2409. 16-4-27 23:13:19.7|Debug|netsh.exe| Listen: Yes
  2410. 16-4-27 23:13:19.7|Debug|netsh.exe| Delegate: No
  2411. 16-4-27 23:13:19.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  2412. 16-4-27 23:13:19.7|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  2413. 16-4-27 23:13:19.7|Debug|netsh.exe| User: NT SERVICE\WinRM
  2414. 16-4-27 23:13:19.7|Debug|netsh.exe| Listen: Yes
  2415. 16-4-27 23:13:19.7|Debug|netsh.exe| Delegate: No
  2416. 16-4-27 23:13:19.7|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2417. 16-4-27 23:13:19.7|Debug|netsh.exe| Listen: Yes
  2418. 16-4-27 23:13:19.7|Debug|netsh.exe| Delegate: No
  2419. 16-4-27 23:13:19.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2420. 16-4-27 23:13:19.8|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  2421. 16-4-27 23:13:19.8|Debug|netsh.exe| User: NT SERVICE\WinRM
  2422. 16-4-27 23:13:19.8|Debug|netsh.exe| Listen: Yes
  2423. 16-4-27 23:13:19.8|Debug|netsh.exe| Delegate: No
  2424. 16-4-27 23:13:19.8|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2425. 16-4-27 23:13:19.8|Debug|netsh.exe| Listen: Yes
  2426. 16-4-27 23:13:19.8|Debug|netsh.exe| Delegate: No
  2427. 16-4-27 23:13:19.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2428. 16-4-27 23:13:19.8|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  2429. 16-4-27 23:13:19.8|Debug|netsh.exe| User: NT SERVICE\WinRM
  2430. 16-4-27 23:13:19.8|Debug|netsh.exe| Listen: Yes
  2431. 16-4-27 23:13:19.8|Debug|netsh.exe| Delegate: No
  2432. 16-4-27 23:13:19.8|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2433. 16-4-27 23:13:19.8|Debug|netsh.exe| Listen: Yes
  2434. 16-4-27 23:13:19.9|Debug|netsh.exe| Delegate: No
  2435. 16-4-27 23:13:19.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2436. 16-4-27 23:13:19.9|Debug|netsh.exe| Reserved URL : http://+:80/0131501b-d67f-491b-9a40-c4bf27bcb4d4/
  2437. 16-4-27 23:13:19.9|Debug|netsh.exe| User: NT AUTHORITY\NETWORK SERVICE
  2438. 16-4-27 23:13:19.9|Debug|netsh.exe| Listen: Yes
  2439. 16-4-27 23:13:19.9|Debug|netsh.exe| Delegate: No
  2440. 16-4-27 23:13:19.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;NS)
  2441. 16-4-27 23:13:19.9|Debug|netsh.exe| Reserved URL : https://+:443/C574AC30-5794-4AEE-B1BB-6651C5315029/
  2442. 16-4-27 23:13:19.9|Debug|netsh.exe| User: NT AUTHORITY\NETWORK SERVICE
  2443. 16-4-27 23:13:19.9|Debug|netsh.exe| Listen: Yes
  2444. 16-4-27 23:13:19.9|Debug|netsh.exe| Delegate: No
  2445. 16-4-27 23:13:19.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;NS)
  2446. 16-4-27 23:13:20.0|Debug|netsh.exe| Reserved URL : http://+:80/116B50EB-ECE2-41ac-8429-9F9E963361B7/
  2447. 16-4-27 23:13:20.0|Debug|netsh.exe| User: NT AUTHORITY\NETWORK SERVICE
  2448. 16-4-27 23:13:20.0|Debug|netsh.exe| Listen: Yes
  2449. 16-4-27 23:13:20.0|Debug|netsh.exe| Delegate: No
  2450. 16-4-27 23:13:20.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;NS)
  2451. 16-4-27 23:13:20.0|Debug|netsh.exe| Reserved URL : http://+:4480/curseclient/
  2452. 16-4-27 23:13:20.0|Debug|netsh.exe| User: \Everyone
  2453. 16-4-27 23:13:20.0|Debug|netsh.exe| Listen: Yes
  2454. 16-4-27 23:13:20.0|Debug|netsh.exe| Delegate: No
  2455. 16-4-27 23:13:20.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2456. 16-4-27 23:13:20.0|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  2457. 16-4-27 23:13:20.0|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  2458. 16-4-27 23:13:20.0|Debug|netsh.exe| Listen: Yes
  2459. 16-4-27 23:13:20.0|Debug|netsh.exe| Delegate: Yes
  2460. 16-4-27 23:13:20.0|Debug|netsh.exe| User: BUILTIN\Administrators
  2461. 16-4-27 23:13:20.0|Debug|netsh.exe| Listen: No
  2462. 16-4-27 23:13:20.1|Debug|netsh.exe| Delegate: No
  2463. 16-4-27 23:13:20.1|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  2464. 16-4-27 23:13:20.1|Debug|netsh.exe| Listen: Yes
  2465. 16-4-27 23:13:20.1|Debug|netsh.exe| Delegate: Yes
  2466. 16-4-27 23:13:20.1|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  2467. 16-4-27 23:13:20.1|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  2468. 16-4-27 23:13:20.1|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2469. 16-4-27 23:13:20.1|Debug|netsh.exe| Listen: Yes
  2470. 16-4-27 23:13:20.1|Debug|netsh.exe| Delegate: No
  2471. 16-4-27 23:13:20.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2472. 16-4-27 23:13:20.1|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  2473. 16-4-27 23:13:20.2|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2474. 16-4-27 23:13:20.2|Debug|netsh.exe| Listen: Yes
  2475. 16-4-27 23:13:20.2|Debug|netsh.exe| Delegate: No
  2476. 16-4-27 23:13:20.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2477. 16-4-27 23:13:20.2|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  2478. 16-4-27 23:13:20.2|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2479. 16-4-27 23:13:20.2|Debug|netsh.exe| Listen: Yes
  2480. 16-4-27 23:13:20.2|Debug|netsh.exe| Delegate: No
  2481. 16-4-27 23:13:20.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2482. 16-4-27 23:13:20.2|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  2483. 16-4-27 23:13:20.2|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2484. 16-4-27 23:13:20.2|Debug|netsh.exe| Listen: Yes
  2485. 16-4-27 23:13:20.2|Debug|netsh.exe| Delegate: No
  2486. 16-4-27 23:13:20.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2487. 16-4-27 23:13:20.3|Info|Router|Application mode: UninstallService
  2488. 16-4-27 23:13:20.3|Debug|Router|Uninstall Service selected
  2489. 16-4-27 23:13:20.3|Debug|ServiceProvider|Checking if service NzbDrone exists.
  2490. 16-4-27 23:13:20.3|Info|ConsoleApp|Exiting main.
  2491. 16-4-27 23:13:21.1|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.3953
  2492. 16-4-27 23:13:21.5|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2493. 16-4-27 23:13:21.7|Debug|MigrationLogger|Took: 00:00:00.2031220
  2494. 16-4-27 23:13:21.7|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2495. 16-4-27 23:13:21.8|Debug|MigrationLogger|Took: 00:00:00.0152718
  2496. 16-4-27 23:13:21.8|Debug|netsh.exe|Starting netsh.exe http show urlacl
  2497. 16-4-27 23:13:21.9|Debug|netsh.exe|URL Reservations:
  2498. 16-4-27 23:13:22.0|Debug|netsh.exe|-----------------
  2499. 16-4-27 23:13:22.0|Debug|netsh.exe| Reserved URL : http://*:5357/
  2500. 16-4-27 23:13:22.0|Debug|netsh.exe| User: BUILTIN\Users
  2501. 16-4-27 23:13:22.0|Debug|netsh.exe| Listen: Yes
  2502. 16-4-27 23:13:22.0|Debug|netsh.exe| Delegate: No
  2503. 16-4-27 23:13:22.0|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2504. 16-4-27 23:13:22.0|Debug|netsh.exe| Listen: Yes
  2505. 16-4-27 23:13:22.0|Debug|netsh.exe| Delegate: No
  2506. 16-4-27 23:13:22.0|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2507. 16-4-27 23:13:22.0|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  2508. 16-4-27 23:13:22.0|Debug|netsh.exe| User: \Everyone
  2509. 16-4-27 23:13:22.0|Debug|netsh.exe| Listen: Yes
  2510. 16-4-27 23:13:22.0|Debug|netsh.exe| Delegate: No
  2511. 16-4-27 23:13:22.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2512. 16-4-27 23:13:22.1|Debug|netsh.exe| Reserved URL : https://*:5358/
  2513. 16-4-27 23:13:22.1|Debug|netsh.exe| User: BUILTIN\Users
  2514. 16-4-27 23:13:22.1|Debug|netsh.exe| Listen: Yes
  2515. 16-4-27 23:13:22.1|Debug|netsh.exe| Delegate: No
  2516. 16-4-27 23:13:22.1|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2517. 16-4-27 23:13:22.1|Debug|netsh.exe| Listen: Yes
  2518. 16-4-27 23:13:22.1|Debug|netsh.exe| Delegate: No
  2519. 16-4-27 23:13:22.1|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2520. 16-4-27 23:13:22.1|Debug|netsh.exe| Reserved URL : http://*:2869/
  2521. 16-4-27 23:13:22.1|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2522. 16-4-27 23:13:22.1|Debug|netsh.exe| Listen: Yes
  2523. 16-4-27 23:13:22.2|Debug|netsh.exe| Delegate: No
  2524. 16-4-27 23:13:22.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  2525. 16-4-27 23:13:22.2|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  2526. 16-4-27 23:13:22.2|Debug|netsh.exe| User: NT SERVICE\WinRM
  2527. 16-4-27 23:13:22.2|Debug|netsh.exe| Listen: Yes
  2528. 16-4-27 23:13:22.2|Debug|netsh.exe| Delegate: No
  2529. 16-4-27 23:13:22.2|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2530. 16-4-27 23:13:22.2|Debug|netsh.exe| Listen: Yes
  2531. 16-4-27 23:13:22.2|Debug|netsh.exe| Delegate: No
  2532. 16-4-27 23:13:22.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2533. 16-4-27 23:13:22.2|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  2534. 16-4-27 23:13:22.3|Debug|netsh.exe| User: NT SERVICE\WinRM
  2535. 16-4-27 23:13:22.3|Debug|netsh.exe| Listen: Yes
  2536. 16-4-27 23:13:22.3|Debug|netsh.exe| Delegate: No
  2537. 16-4-27 23:13:22.3|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2538. 16-4-27 23:13:22.3|Debug|netsh.exe| Listen: Yes
  2539. 16-4-27 23:13:22.3|Debug|netsh.exe| Delegate: No
  2540. 16-4-27 23:13:22.3|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2541. 16-4-27 23:13:22.3|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  2542. 16-4-27 23:13:22.3|Debug|netsh.exe| User: NT SERVICE\WinRM
  2543. 16-4-27 23:13:22.3|Debug|netsh.exe| Listen: Yes
  2544. 16-4-27 23:13:22.3|Debug|netsh.exe| Delegate: No
  2545. 16-4-27 23:13:22.3|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2546. 16-4-27 23:13:22.4|Debug|netsh.exe| Listen: Yes
  2547. 16-4-27 23:13:22.4|Debug|netsh.exe| Delegate: No
  2548. 16-4-27 23:13:22.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2549. 16-4-27 23:13:22.4|Debug|netsh.exe| Reserved URL : http://+:80/0131501b-d67f-491b-9a40-c4bf27bcb4d4/
  2550. 16-4-27 23:13:22.4|Debug|netsh.exe| User: NT AUTHORITY\NETWORK SERVICE
  2551. 16-4-27 23:13:22.4|Debug|netsh.exe| Listen: Yes
  2552. 16-4-27 23:13:22.4|Debug|netsh.exe| Delegate: No
  2553. 16-4-27 23:13:22.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;NS)
  2554. 16-4-27 23:13:22.4|Debug|netsh.exe| Reserved URL : https://+:443/C574AC30-5794-4AEE-B1BB-6651C5315029/
  2555. 16-4-27 23:13:22.4|Debug|netsh.exe| User: NT AUTHORITY\NETWORK SERVICE
  2556. 16-4-27 23:13:22.4|Debug|netsh.exe| Listen: Yes
  2557. 16-4-27 23:13:22.5|Debug|netsh.exe| Delegate: No
  2558. 16-4-27 23:13:22.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;NS)
  2559. 16-4-27 23:13:22.5|Debug|netsh.exe| Reserved URL : http://+:80/116B50EB-ECE2-41ac-8429-9F9E963361B7/
  2560. 16-4-27 23:13:22.5|Debug|netsh.exe| User: NT AUTHORITY\NETWORK SERVICE
  2561. 16-4-27 23:13:22.5|Debug|netsh.exe| Listen: Yes
  2562. 16-4-27 23:13:22.5|Debug|netsh.exe| Delegate: No
  2563. 16-4-27 23:13:22.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;NS)
  2564. 16-4-27 23:13:22.5|Debug|netsh.exe| Reserved URL : http://+:4480/curseclient/
  2565. 16-4-27 23:13:22.5|Debug|netsh.exe| User: \Everyone
  2566. 16-4-27 23:13:22.5|Debug|netsh.exe| Listen: Yes
  2567. 16-4-27 23:13:22.5|Debug|netsh.exe| Delegate: No
  2568. 16-4-27 23:13:22.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2569. 16-4-27 23:13:22.5|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  2570. 16-4-27 23:13:22.5|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  2571. 16-4-27 23:13:22.6|Debug|netsh.exe| Listen: Yes
  2572. 16-4-27 23:13:22.6|Debug|netsh.exe| Delegate: Yes
  2573. 16-4-27 23:13:22.6|Debug|netsh.exe| User: BUILTIN\Administrators
  2574. 16-4-27 23:13:22.6|Debug|netsh.exe| Listen: No
  2575. 16-4-27 23:13:22.6|Debug|netsh.exe| Delegate: No
  2576. 16-4-27 23:13:22.6|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  2577. 16-4-27 23:13:22.6|Debug|netsh.exe| Listen: Yes
  2578. 16-4-27 23:13:22.6|Debug|netsh.exe| Delegate: Yes
  2579. 16-4-27 23:13:22.6|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  2580. 16-4-27 23:13:22.6|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  2581. 16-4-27 23:13:22.6|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2582. 16-4-27 23:13:22.7|Debug|netsh.exe| Listen: Yes
  2583. 16-4-27 23:13:22.7|Debug|netsh.exe| Delegate: No
  2584. 16-4-27 23:13:22.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2585. 16-4-27 23:13:22.7|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  2586. 16-4-27 23:13:22.7|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2587. 16-4-27 23:13:22.7|Debug|netsh.exe| Listen: Yes
  2588. 16-4-27 23:13:22.7|Debug|netsh.exe| Delegate: No
  2589. 16-4-27 23:13:22.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2590. 16-4-27 23:13:22.7|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  2591. 16-4-27 23:13:22.7|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2592. 16-4-27 23:13:22.7|Debug|netsh.exe| Listen: Yes
  2593. 16-4-27 23:13:22.7|Debug|netsh.exe| Delegate: No
  2594. 16-4-27 23:13:22.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2595. 16-4-27 23:13:22.8|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  2596. 16-4-27 23:13:22.8|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2597. 16-4-27 23:13:22.8|Debug|netsh.exe| Listen: Yes
  2598. 16-4-27 23:13:22.8|Debug|netsh.exe| Delegate: No
  2599. 16-4-27 23:13:22.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2600. 16-4-27 23:13:22.8|Info|Router|Application mode: InstallService
  2601. 16-4-27 23:13:22.8|Debug|Router|Install Service selected
  2602. 16-4-27 23:13:22.9|Debug|ServiceProvider|Checking if service NzbDrone exists.
  2603. 16-4-27 23:13:22.9|Info|ServiceProvider|Installing service 'NzbDrone'
  2604. 16-4-27 23:13:23.1|Info|ServiceProvider|Service Has installed successfully.
  2605. 16-4-27 23:13:23.1|Info|ServiceProvider|Starting NzbDrone Service...
  2606. 16-4-27 23:13:23.3|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.3953
  2607. 16-4-27 23:13:23.5|Debug|ServiceProvider|Checking if service NzbDrone exists.
  2608. 16-4-27 23:13:23.6|Debug|ProcessProvider|Found 2 processes with the name: NzbDrone.Console
  2609. 16-4-27 23:13:23.6|Debug|ProcessProvider| - [13156] NzbDrone.Console
  2610. 16-4-27 23:13:23.6|Debug|ProcessProvider| - [16496] NzbDrone.Console
  2611. 16-4-27 23:13:23.6|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone
  2612. 16-4-27 23:13:23.6|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
  2613. 16-4-27 23:13:23.6|Info|ProcessProvider|[13156]: Killing process
  2614. 16-4-27 23:13:23.6|Info|ProcessProvider|[13156]: Waiting for exit
  2615. 16-4-27 23:13:23.7|Info|ProcessProvider|[13156]: Process terminated successfully
  2616. 16-4-27 23:13:23.8|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2617. 16-4-27 23:13:24.0|Debug|MigrationLogger|Took: 00:00:00.2011165
  2618. 16-4-27 23:13:24.0|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  2619. 16-4-27 23:13:24.0|Debug|MigrationLogger|Took: 00:00:00.0155210
  2620. 16-4-27 23:13:24.0|Debug|netsh.exe|Starting netsh.exe http show urlacl
  2621. 16-4-27 23:13:24.1|Debug|netsh.exe|URL Reservations:
  2622. 16-4-27 23:13:24.2|Debug|netsh.exe|-----------------
  2623. 16-4-27 23:13:24.2|Debug|netsh.exe| Reserved URL : http://*:5357/
  2624. 16-4-27 23:13:24.2|Debug|netsh.exe| User: BUILTIN\Users
  2625. 16-4-27 23:13:24.2|Debug|netsh.exe| Listen: Yes
  2626. 16-4-27 23:13:24.2|Debug|netsh.exe| Delegate: No
  2627. 16-4-27 23:13:24.2|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2628. 16-4-27 23:13:24.2|Debug|netsh.exe| Listen: Yes
  2629. 16-4-27 23:13:24.2|Debug|netsh.exe| Delegate: No
  2630. 16-4-27 23:13:24.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2631. 16-4-27 23:13:24.2|Debug|netsh.exe| Reserved URL : http://+:80/Temporary_Listen_Addresses/
  2632. 16-4-27 23:13:24.2|Debug|netsh.exe| User: \Everyone
  2633. 16-4-27 23:13:24.2|Debug|netsh.exe| Listen: Yes
  2634. 16-4-27 23:13:24.2|Debug|netsh.exe| Delegate: No
  2635. 16-4-27 23:13:24.2|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2636. 16-4-27 23:13:24.3|Debug|netsh.exe| Reserved URL : https://*:5358/
  2637. 16-4-27 23:13:24.3|Debug|netsh.exe| User: BUILTIN\Users
  2638. 16-4-27 23:13:24.3|Debug|netsh.exe| Listen: Yes
  2639. 16-4-27 23:13:24.3|Debug|netsh.exe| Delegate: No
  2640. 16-4-27 23:13:24.3|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2641. 16-4-27 23:13:24.3|Debug|netsh.exe| Listen: Yes
  2642. 16-4-27 23:13:24.3|Debug|netsh.exe| Delegate: No
  2643. 16-4-27 23:13:24.3|Debug|netsh.exe| SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
  2644. 16-4-27 23:13:24.3|Debug|netsh.exe| Reserved URL : http://*:2869/
  2645. 16-4-27 23:13:24.3|Debug|netsh.exe| User: NT AUTHORITY\LOCAL SERVICE
  2646. 16-4-27 23:13:24.3|Debug|netsh.exe| Listen: Yes
  2647. 16-4-27 23:13:24.3|Debug|netsh.exe| Delegate: No
  2648. 16-4-27 23:13:24.3|Debug|netsh.exe| SDDL: D:(A;;GX;;;LS)
  2649. 16-4-27 23:13:24.3|Debug|netsh.exe| Reserved URL : https://+:5986/wsman/
  2650. 16-4-27 23:13:24.4|Debug|netsh.exe| User: NT SERVICE\WinRM
  2651. 16-4-27 23:13:24.4|Debug|netsh.exe| Listen: Yes
  2652. 16-4-27 23:13:24.4|Debug|netsh.exe| Delegate: No
  2653. 16-4-27 23:13:24.4|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2654. 16-4-27 23:13:24.4|Debug|netsh.exe| Listen: Yes
  2655. 16-4-27 23:13:24.4|Debug|netsh.exe| Delegate: No
  2656. 16-4-27 23:13:24.4|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2657. 16-4-27 23:13:24.4|Debug|netsh.exe| Reserved URL : http://+:47001/wsman/
  2658. 16-4-27 23:13:24.4|Debug|netsh.exe| User: NT SERVICE\WinRM
  2659. 16-4-27 23:13:24.4|Debug|netsh.exe| Listen: Yes
  2660. 16-4-27 23:13:24.4|Debug|netsh.exe| Delegate: No
  2661. 16-4-27 23:13:24.4|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2662. 16-4-27 23:13:24.4|Debug|netsh.exe| Listen: Yes
  2663. 16-4-27 23:13:24.5|Debug|netsh.exe| Delegate: No
  2664. 16-4-27 23:13:24.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2665. 16-4-27 23:13:24.5|Debug|netsh.exe| Reserved URL : http://+:5985/wsman/
  2666. 16-4-27 23:13:24.5|Debug|netsh.exe| User: NT SERVICE\WinRM
  2667. 16-4-27 23:13:24.5|Debug|netsh.exe| Listen: Yes
  2668. 16-4-27 23:13:24.5|Debug|netsh.exe| Delegate: No
  2669. 16-4-27 23:13:24.5|Debug|netsh.exe| User: NT SERVICE\Wecsvc
  2670. 16-4-27 23:13:24.5|Debug|netsh.exe| Listen: Yes
  2671. 16-4-27 23:13:24.5|Debug|netsh.exe| Delegate: No
  2672. 16-4-27 23:13:24.5|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
  2673. 16-4-27 23:13:24.5|Debug|netsh.exe| Reserved URL : http://+:80/0131501b-d67f-491b-9a40-c4bf27bcb4d4/
  2674. 16-4-27 23:13:24.5|Debug|netsh.exe| User: NT AUTHORITY\NETWORK SERVICE
  2675. 16-4-27 23:13:24.5|Debug|netsh.exe| Listen: Yes
  2676. 16-4-27 23:13:24.5|Debug|netsh.exe| Delegate: No
  2677. 16-4-27 23:13:24.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;NS)
  2678. 16-4-27 23:13:24.6|Debug|netsh.exe| Reserved URL : https://+:443/C574AC30-5794-4AEE-B1BB-6651C5315029/
  2679. 16-4-27 23:13:24.6|Debug|netsh.exe| User: NT AUTHORITY\NETWORK SERVICE
  2680. 16-4-27 23:13:24.6|Debug|netsh.exe| Listen: Yes
  2681. 16-4-27 23:13:24.6|Debug|netsh.exe| Delegate: No
  2682. 16-4-27 23:13:24.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;NS)
  2683. 16-4-27 23:13:24.6|Debug|netsh.exe| Reserved URL : http://+:80/116B50EB-ECE2-41ac-8429-9F9E963361B7/
  2684. 16-4-27 23:13:24.6|Debug|netsh.exe| User: NT AUTHORITY\NETWORK SERVICE
  2685. 16-4-27 23:13:24.6|Debug|netsh.exe| Listen: Yes
  2686. 16-4-27 23:13:24.6|Debug|netsh.exe| Delegate: No
  2687. 16-4-27 23:13:24.6|Debug|netsh.exe| SDDL: D:(A;;GX;;;NS)
  2688. 16-4-27 23:13:24.6|Debug|netsh.exe| Reserved URL : http://+:4480/curseclient/
  2689. 16-4-27 23:13:24.6|Debug|netsh.exe| User: \Everyone
  2690. 16-4-27 23:13:24.6|Debug|netsh.exe| Listen: Yes
  2691. 16-4-27 23:13:24.7|Debug|netsh.exe| Delegate: No
  2692. 16-4-27 23:13:24.7|Debug|netsh.exe| SDDL: D:(A;;GX;;;WD)
  2693. 16-4-27 23:13:24.7|Debug|netsh.exe| Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
  2694. 16-4-27 23:13:24.7|Debug|netsh.exe| User: NT SERVICE\SstpSvc
  2695. 16-4-27 23:13:24.7|Debug|netsh.exe| Listen: Yes
  2696. 16-4-27 23:13:24.7|Debug|netsh.exe| Delegate: Yes
  2697. 16-4-27 23:13:24.7|Debug|netsh.exe| User: BUILTIN\Administrators
  2698. 16-4-27 23:13:24.7|Debug|netsh.exe| Listen: No
  2699. 16-4-27 23:13:24.7|Debug|netsh.exe| Delegate: No
  2700. 16-4-27 23:13:24.7|Debug|netsh.exe| User: NT AUTHORITY\SYSTEM
  2701. 16-4-27 23:13:24.7|Debug|netsh.exe| Listen: Yes
  2702. 16-4-27 23:13:24.7|Debug|netsh.exe| Delegate: Yes
  2703. 16-4-27 23:13:24.8|Debug|netsh.exe| SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
  2704. 16-4-27 23:13:24.8|Debug|netsh.exe| Reserved URL : http://+:10247/apps/
  2705. 16-4-27 23:13:24.8|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2706. 16-4-27 23:13:24.8|Debug|netsh.exe| Listen: Yes
  2707. 16-4-27 23:13:24.8|Debug|netsh.exe| Delegate: No
  2708. 16-4-27 23:13:24.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2709. 16-4-27 23:13:24.8|Debug|netsh.exe| Reserved URL : http://+:10246/MDEServer/
  2710. 16-4-27 23:13:24.8|Debug|netsh.exe| User: NT AUTHORITY\Authenticated Users
  2711. 16-4-27 23:13:24.8|Debug|netsh.exe| Listen: Yes
  2712. 16-4-27 23:13:24.8|Debug|netsh.exe| Delegate: No
  2713. 16-4-27 23:13:24.8|Debug|netsh.exe| SDDL: D:(A;;GX;;;AU)
  2714. 16-4-27 23:13:24.8|Debug|netsh.exe| Reserved URL : https://+:10245/WMPNSSv4/
  2715. 16-4-27 23:13:24.8|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2716. 16-4-27 23:13:24.8|Debug|netsh.exe| Listen: Yes
  2717. 16-4-27 23:13:24.9|Debug|netsh.exe| Delegate: No
  2718. 16-4-27 23:13:24.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2719. 16-4-27 23:13:24.9|Debug|netsh.exe| Reserved URL : http://+:10243/WMPNSSv4/
  2720. 16-4-27 23:13:24.9|Debug|netsh.exe| User: NT SERVICE\WMPNetworkSvc
  2721. 16-4-27 23:13:24.9|Debug|netsh.exe| Listen: Yes
  2722. 16-4-27 23:13:24.9|Debug|netsh.exe| Delegate: No
  2723. 16-4-27 23:13:24.9|Debug|netsh.exe| SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
  2724. 16-4-27 23:13:24.9|Info|Router|Application mode: Service
  2725. 16-4-27 23:13:24.9|Debug|Router|Service selected
  2726. 16-4-27 23:13:25.1|Debug|FirewallAdapter|Opening Port for NzbDrone: 8989
  2727. 16-4-27 23:13:25.1|Debug|netsh.exe|Starting netsh.exe http add urlacl http://*:8989/ sddl=D:(A;;GX;;;S-1-1-0)
  2728. 16-4-27 23:13:25.2|Debug|netsh.exe|URL reservation successfully added
  2729. 16-4-27 23:13:25.2|Info|OwinHostController|Listening on the following URLs:
  2730. 16-4-27 23:13:25.2|Info|OwinHostController| http://*:8989/
  2731. 16-4-27 23:13:25.3|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  2732. 16-4-27 23:13:25.3|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  2733. 16-4-27 23:13:25.3|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  2734. 16-4-27 23:13:25.4|Info|NancyBootstrapper|Starting NzbDrone API
  2735. 16-4-27 23:13:25.6|Trace|EventAggregator|Publishing ApplicationStartedEvent
  2736. 16-4-27 23:13:26.3|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  2737. 16-4-27 23:13:26.4|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  2738. 16-4-27 23:13:26.4|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  2739. 16-4-27 23:13:26.4|Debug|DownloadClientFactory|Initializing Providers. Count 11
  2740. 16-4-27 23:13:26.4|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  2741. 16-4-27 23:13:26.4|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  2742. 16-4-27 23:13:26.4|Debug|IndexerFactory|Initializing Providers. Count 14
  2743. 16-4-27 23:13:26.4|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  2744. 16-4-27 23:13:26.4|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  2745. 16-4-27 23:16:39.0|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  2746. 16-4-27 23:16:39.3|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone.Console
  2747. 16-4-27 23:16:39.3|Debug|ProcessProvider| - [16496] NzbDrone.Console
  2748. 16-4-27 23:16:39.4|Warn|ProcessProvider|Couldn't get process info for NzbDrone.Console
  2749.  
  2750. [v2.0.0.3953] System.ComponentModel.Win32Exception (0x80004005): Access is denied
  2751. at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
  2752. at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
  2753. at System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId)
  2754. at System.Diagnostics.Process.get_MainModule()
  2755. at NzbDrone.Common.Processes.ProcessProvider.GetExeFileName(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 304
  2756. at NzbDrone.Common.Processes.ProcessProvider.ConvertToProcessInfo(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 285
  2757.  
  2758. 16-4-27 23:16:39.4|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  2759. 16-4-27 23:16:39.4|Debug|ProcessProvider| - [8456] NzbDrone
  2760. 16-4-27 23:16:39.4|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
  2761. 16-4-27 23:16:39.4|Warn|SingleInstancePolicy|Another instance of Sonarr is already running.
  2762. 16-4-27 23:16:39.4|Info|BrowserService|Starting default browser. http://localhost:8989
  2763. 16-4-27 23:16:39.4|Info|ProcessProvider|Opening URL [http://localhost:8989]
  2764. 16-4-27 23:16:39.5|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
  2765. 16-4-27 23:17:50.0|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  2766. 16-4-27 23:17:50.4|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone.Console
  2767. 16-4-27 23:17:50.4|Debug|ProcessProvider| - [16496] NzbDrone.Console
  2768. 16-4-27 23:17:50.4|Warn|ProcessProvider|Couldn't get process info for NzbDrone.Console
  2769.  
  2770. [v2.0.0.3953] System.ComponentModel.Win32Exception (0x80004005): Access is denied
  2771. at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
  2772. at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
  2773. at System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId)
  2774. at System.Diagnostics.Process.get_MainModule()
  2775. at NzbDrone.Common.Processes.ProcessProvider.GetExeFileName(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 304
  2776. at NzbDrone.Common.Processes.ProcessProvider.ConvertToProcessInfo(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 285
  2777.  
  2778. 16-4-27 23:17:50.4|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  2779. 16-4-27 23:17:50.4|Debug|ProcessProvider| - [8076] NzbDrone
  2780. 16-4-27 23:17:50.4|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
  2781. 16-4-27 23:17:50.4|Warn|SingleInstancePolicy|Another instance of Sonarr is already running.
  2782. 16-4-27 23:17:50.5|Info|BrowserService|Starting default browser. http://localhost:8989
  2783. 16-4-27 23:17:50.5|Info|ProcessProvider|Opening URL [http://localhost:8989]
  2784. 16-4-27 23:17:50.5|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
  2785. 16-4-27 23:17:56.0|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  2786. 16-4-27 23:17:56.3|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone.Console
  2787. 16-4-27 23:17:56.3|Debug|ProcessProvider| - [16496] NzbDrone.Console
  2788. 16-4-27 23:17:56.3|Warn|ProcessProvider|Couldn't get process info for NzbDrone.Console
  2789.  
  2790. [v2.0.0.3953] System.ComponentModel.Win32Exception (0x80004005): Access is denied
  2791. at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
  2792. at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
  2793. at System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId)
  2794. at System.Diagnostics.Process.get_MainModule()
  2795. at NzbDrone.Common.Processes.ProcessProvider.GetExeFileName(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 304
  2796. at NzbDrone.Common.Processes.ProcessProvider.ConvertToProcessInfo(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 285
  2797.  
  2798. 16-4-27 23:17:56.3|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  2799. 16-4-27 23:17:56.3|Debug|ProcessProvider| - [18168] NzbDrone
  2800. 16-4-27 23:17:56.3|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
  2801. 16-4-27 23:17:56.3|Warn|SingleInstancePolicy|Another instance of Sonarr is already running.
  2802. 16-4-27 23:17:56.3|Info|BrowserService|Starting default browser. http://localhost:8989
  2803. 16-4-27 23:17:56.3|Info|ProcessProvider|Opening URL [http://localhost:8989]
  2804. 16-4-27 23:17:56.4|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
  2805. 16-4-27 23:30:41.9|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  2806. 16-4-27 23:30:42.2|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone.Console
  2807. 16-4-27 23:30:42.3|Debug|ProcessProvider| - [16496] NzbDrone.Console
  2808. 16-4-27 23:30:42.3|Warn|ProcessProvider|Couldn't get process info for NzbDrone.Console
  2809.  
  2810. [v2.0.0.3953] System.ComponentModel.Win32Exception (0x80004005): Access is denied
  2811. at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
  2812. at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
  2813. at System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId)
  2814. at System.Diagnostics.Process.get_MainModule()
  2815. at NzbDrone.Common.Processes.ProcessProvider.GetExeFileName(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 304
  2816. at NzbDrone.Common.Processes.ProcessProvider.ConvertToProcessInfo(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 285
  2817.  
  2818. 16-4-27 23:30:42.3|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  2819. 16-4-27 23:30:42.3|Debug|ProcessProvider| - [3496] NzbDrone
  2820. 16-4-27 23:30:42.3|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
  2821. 16-4-27 23:30:42.3|Warn|SingleInstancePolicy|Another instance of Sonarr is already running.
  2822. 16-4-27 23:30:42.3|Info|BrowserService|Starting default browser. http://localhost:8989
  2823. 16-4-27 23:30:42.3|Info|ProcessProvider|Opening URL [http://localhost:8989]
  2824. 16-4-27 23:30:42.4|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
  2825. 16-4-28 00:23:35.3|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.3953
  2826. 16-4-28 00:23:35.6|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone.Console
  2827. 16-4-28 00:23:35.6|Debug|ProcessProvider| - [16496] NzbDrone.Console
  2828. 16-4-28 00:23:35.6|Warn|ProcessProvider|Couldn't get process info for NzbDrone.Console
  2829.  
  2830. [v2.0.0.3953] System.ComponentModel.Win32Exception (0x80004005): Access is denied
  2831. at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
  2832. at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
  2833. at System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId)
  2834. at System.Diagnostics.Process.get_MainModule()
  2835. at NzbDrone.Common.Processes.ProcessProvider.GetExeFileName(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 304
  2836. at NzbDrone.Common.Processes.ProcessProvider.ConvertToProcessInfo(Process process) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 285
  2837.  
  2838. 16-4-28 00:23:35.7|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
  2839. 16-4-28 00:23:35.7|Debug|ProcessProvider| - [8544] NzbDrone
  2840. 16-4-28 00:23:35.7|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
  2841. 16-4-28 00:23:35.7|Warn|SingleInstancePolicy|Another instance of Sonarr is already running.
  2842. 16-4-28 00:23:35.7|Info|BrowserService|Starting default browser. http://localhost:8989
  2843. 16-4-28 00:23:35.7|Info|ProcessProvider|Opening URL [http://localhost:8989]
  2844. 16-4-28 00:23:35.7|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement