|
|
|
@ -2,8 +2,8 @@ using Jellyfin.Data.Entities;
|
|
|
|
|
using Microsoft.EntityFrameworkCore;
|
|
|
|
|
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
|
|
|
|
|
|
|
|
|
namespace Jellyfin.Server.Implementations.ModelConfiguration
|
|
|
|
|
{
|
|
|
|
|
namespace Jellyfin.Server.Implementations.ModelConfiguration;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// FluentAPI configuration for the ActivityLog entity.
|
|
|
|
|
/// </summary>
|
|
|
|
@ -15,4 +15,3 @@ namespace Jellyfin.Server.Implementations.ModelConfiguration
|
|
|
|
|
builder.HasIndex(entity => entity.DateCreated);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|