🐛 Fix drive project missing native deps in docker image

🗑️ Remove notification from account service
This commit is contained in:
2025-07-21 03:32:20 +08:00
parent 3a9867bf52
commit 9ecd43ada8
6 changed files with 1930 additions and 189 deletions

View File

@@ -32,8 +32,6 @@ public class AppDatabase(
public DbSet<Relationship> AccountRelationships { get; set; }
public DbSet<Status> AccountStatuses { get; set; }
public DbSet<CheckInResult> AccountCheckInResults { get; set; }
public DbSet<Notification> Notifications { get; set; }
public DbSet<NotificationPushSubscription> NotificationPushSubscriptions { get; set; }
public DbSet<AccountBadge> Badges { get; set; }
public DbSet<ActionLog> ActionLogs { get; set; }
public DbSet<AbuseReport> AbuseReports { get; set; }