This commit is contained in:
2026-06-18 21:07:28 -04:00
parent eefbb62eb7
commit 50dcc8e55c
29 changed files with 502 additions and 179 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
using Microsoft.EntityFrameworkCore;
using Chrono.Model;
using Microsoft.EntityFrameworkCore;
namespace Server;
@@ -15,4 +15,4 @@ public class AppDbContext : DbContext
{
modelBuilder.Entity<CardNote>().HasKey(n => n.CardName);
}
}
}