This commit is contained in:
mmrbnjd
2025-08-18 00:28:32 +03:30
parent bd1f907673
commit a10fbeab62
11 changed files with 711 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ namespace Hushian.Persistence
public DbSet<User> Users { get; set; }
public DbSet<VerificationCode > verificationCodes { get; set; }
public DbSet<Prompt> prompts { get; set; }
public DbSet<AIA> AIAs { get; set; }
#endregion
protected override void OnModelCreating(ModelBuilder modelBuilder)