Badges

This commit is contained in:
2025-05-13 00:07:38 +08:00
parent b275f06061
commit 73fc7b3f47
7 changed files with 2997 additions and 4 deletions

View File

@ -34,6 +34,7 @@ public class AppDatabase(
public DbSet<Account.CheckInResult> AccountCheckInResults { get; set; }
public DbSet<Account.Notification> Notifications { get; set; }
public DbSet<Account.NotificationPushSubscription> NotificationPushSubscriptions { get; set; }
public DbSet<Account.Badge> Badges { get; set; }
public DbSet<Auth.Session> AuthSessions { get; set; }
public DbSet<Auth.Challenge> AuthChallenges { get; set; }