Skip to content

Commit

Permalink
fix oqtane#4770 - set a default value for PrincipalSchema to ensure b…
Browse files Browse the repository at this point in the history
…ackward compatibility
  • Loading branch information
sbwalker committed Oct 24, 2024
1 parent 0dfdb12 commit 7deb0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Server/Migrations/Framework/ForeignKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public string ColumnName

public string PrincipalColumn { get; }

public string PrincipalSchema { get; }
public string PrincipalSchema { get; } = "";


}
Expand Down

0 comments on commit 7deb0b0

Please sign in to comment.