Adds streaming to GetContents
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Hutopy.Infrastructure.Data;
|
||||
|
||||
public static class InitializerExtensions
|
||||
{
|
||||
public static async Task InitialiseDatabaseAsync(this WebApplication app)
|
||||
public static async Task InitialiseApplicationDatabaseAsync(this WebApplication app)
|
||||
{
|
||||
using var scope = app.Services.CreateScope();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user