...
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user