insert datas

This commit is contained in:
2026-03-10 08:35:40 +01:00
parent ecdabab5a1
commit 2e7b9e5154
185 changed files with 2361 additions and 1355 deletions

View File

@@ -63,4 +63,7 @@ app.UseAuthentication()
// app.UseCors();
app.Services.GetRequiredService<BookHiveDbContext>().Database.EnsureDeleted();
app.Services.GetRequiredService<BookHiveDbContext>().Database.EnsureCreated();
app.Run();