GlobalEntities now can be added not nice but added

This commit is contained in:
2025-11-18 23:59:26 +01:00
parent 70587b2af6
commit d1c52f05e8
11 changed files with 200 additions and 29 deletions

View File

@@ -4,6 +4,7 @@ using Microsoft.EntityFrameworkCore;
using CouchLog.Components;
using CouchLog.Components.Account;
using CouchLog.Data;
using CouchLog;
var builder = WebApplication.CreateBuilder(args);
@@ -145,8 +146,9 @@ using (var scope = app.Services.CreateScope())
await CouchLogDB.SaveChangesAsync();
//OnStartUp onStartUp = new(CouchLogDB);
//onStartUp.AddBasicGenresToDatabase();
}
Console.WriteLine("ALL UP");
app.Run();