|
@@ -27,6 +27,12 @@ public interface IJellyfinDatabaseProvider
|
|
/// <param name="modelBuilder">The ModelBuilder from EFCore.</param>
|
|
/// <param name="modelBuilder">The ModelBuilder from EFCore.</param>
|
|
void OnModelCreating(ModelBuilder modelBuilder);
|
|
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>
|
|
/// <summary>
|
|
/// If supported this should run any periodic maintaince tasks.
|
|
/// If supported this should run any periodic maintaince tasks.
|
|
/// </summary>
|
|
/// </summary>
|