App and push notifications?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elias Jansson
2025-05-23 13:52:09 +02:00
parent 7f41c08b82
commit f8cbce3ec0
20 changed files with 796 additions and 15 deletions

View File

@@ -14,5 +14,6 @@ namespace Aberwyn.Data
public DbSet<BudgetPeriod> BudgetPeriods { get; set; }
public DbSet<BudgetCategory> BudgetCategories { get; set; }
public DbSet<BudgetItem> BudgetItems { get; set; }
public DbSet<PushSubscriber> PushSubscribers { get; set; }
}
}