Merge pull request #4786 from sbwalker/dev
fix #4770 - set a default value for PrincipalSchema to ensure backward compatibility
This commit is contained in:
commit
a6aa96fdb0
@ -44,7 +44,7 @@ namespace Oqtane.Migrations
|
||||
|
||||
public string PrincipalColumn { get; }
|
||||
|
||||
public string PrincipalSchema { get; }
|
||||
public string PrincipalSchema { get; } = "";
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user