mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-06 06:45:18 -04:00
Polish Pass 3 - Profile Reading Activity (#4333)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
@@ -2186,10 +2186,14 @@ namespace API.Data.Migrations
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("AppUserId");
|
||||
|
||||
b.HasIndex("IsActive");
|
||||
|
||||
b.HasIndex("AppUserId", "IsActive")
|
||||
.HasDatabaseName("IX_AppUserReadingSession_AppUserId_IsActive");
|
||||
|
||||
b.HasIndex("IsActive", "LastModifiedUtc")
|
||||
.HasDatabaseName("IX_AppUserReadingSession_IsActive_LastModifiedUtc");
|
||||
|
||||
b.ToTable("AppUserReadingSession");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user