Merge pull request #4786 from sbwalker/dev

fix #4770 - set a default value for PrincipalSchema to ensure backward compatibility
This commit is contained in:
Shaun Walker
2024-10-24 17:08:42 -04:00
committed by GitHub

View File

@ -44,7 +44,7 @@ namespace Oqtane.Migrations
public string PrincipalColumn { get; }
public string PrincipalSchema { get; }
public string PrincipalSchema { get; } = "";
}