fix #4770 - set a default value for PrincipalSchema to ensure backward compatibility

This commit is contained in:
sbwalker 2024-10-24 17:08:25 -04:00
parent 0dfdb12431
commit 7deb0b06af

View File

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