feat: add support for applying migrations automatically
All checks were successful
Update changelog / changelog (push) Successful in 25s

This commit is contained in:
2025-12-17 01:07:05 +01:00
parent f5df949a4c
commit ac2b6aba6e
4 changed files with 102 additions and 12 deletions

View File

@@ -1,7 +1,5 @@
using Microsoft.EntityFrameworkCore;
using Shadow.Entities;
using System.Diagnostics.Metrics;
using System.Reflection.Emit;
namespace Shadow.Data;
public class ApplicationDbContext : DbContext