chore(codebase): full cleanup pass
This commit is contained in:
@@ -7,8 +7,8 @@ public sealed class TippingDbContext(
|
||||
public const string SchemaName = "Tipping";
|
||||
|
||||
public DbSet<Tip> Tips => Set<Tip>();
|
||||
|
||||
|
||||
|
||||
|
||||
protected override void OnModelCreating(ModelBuilder modelBuilder)
|
||||
{
|
||||
modelBuilder.HasDefaultSchema(SchemaName);
|
||||
|
||||
Reference in New Issue
Block a user