mirror of
https://github.com/Readarr/Readarr
synced 2026-04-21 12:21:08 +02:00
Fix Index creation on migration 20
This commit is contained in:
parent
ff27ad2096
commit
399a370e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ protected override void MainDbUpgrade()
|
|||
.WithColumn("Data").AsString().Nullable();
|
||||
|
||||
Create.Index().OnTable("DownloadHistory").OnColumn("EventType");
|
||||
Create.Index().OnTable("DownloadHistory").OnColumn("SeriesId");
|
||||
Create.Index().OnTable("DownloadHistory").OnColumn("AuthorId");
|
||||
Create.Index().OnTable("DownloadHistory").OnColumn("DownloadId");
|
||||
|
||||
Execute.WithConnection(InitialImportedDownloadHistory);
|
||||
|
|
|
|||
Loading…
Reference in a new issue