Skip to content

Commit

Permalink
Removed Default Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
RossClark01 committed Jan 30, 2025
1 parent 0df0fe0 commit 3905ed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gordon360/Models/CCT/Context/CCTContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ public CCTContext(DbContextOptions<CCTContext> options)

protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder.HasDefaultSchema("GORDON\\Ross.Clark");

modelBuilder.Entity<ACCOUNT>(entity =>
{
Expand Down

0 comments on commit 3905ed2

Please sign in to comment.