Sticker pack ownerships

This commit is contained in:
2025-08-06 02:36:39 +08:00
parent e0ebed7c09
commit 999ba52003
6 changed files with 2311 additions and 6 deletions

View File

@@ -59,6 +59,7 @@ public class AppDatabase(
public DbSet<Sticker.Sticker> Stickers { get; set; }
public DbSet<StickerPack> StickerPacks { get; set; }
public DbSet<StickerPackOwnership> StickerPackOwnerships { get; set; }
public DbSet<CustomApp> CustomApps { get; set; }
public DbSet<CustomAppSecret> CustomAppSecrets { get; set; }