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
commit a6aa96fdb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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