Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaDmitrasinovic committed Jan 24, 2024
1 parent d0a9251 commit c75d918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public QuotasDbContext(DbContextOptions<QuotasDbContext> options, IServiceProvid

public DbSet<Identity> Identities { get; set; } = null!;

public DbSet<Tier> Tiers { get; set; } = null!;
public DbSet<Tier> Tiers { get; set; }

public DbSet<Message> Messages { get; set; } = null!;

Expand Down

0 comments on commit c75d918

Please sign in to comment.