mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
Replicated changes made from #13492
This commit is contained in:
@@ -27,6 +27,12 @@ public interface IJellyfinDatabaseProvider
|
||||
/// <param name="modelBuilder">The ModelBuilder from EFCore.</param>
|
||||
void OnModelCreating(ModelBuilder modelBuilder);
|
||||
|
||||
/// <summary>
|
||||
/// Will be invoked when EFCore wants to configure its model.
|
||||
/// </summary>
|
||||
/// <param name="configurationBuilder">The ModelConfigurationBuilder from EFCore.</param>
|
||||
void ConfigureConventions(ModelConfigurationBuilder configurationBuilder);
|
||||
|
||||
/// <summary>
|
||||
/// If supported this should run any periodic maintaince tasks.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user