fix #4770 - set a default value for PrincipalSchema to ensure backward compatibility
This commit is contained in:
parent
0dfdb12431
commit
7deb0b06af
|
@ -44,7 +44,7 @@ namespace Oqtane.Migrations
|
||||||
|
|
||||||
public string PrincipalColumn { get; }
|
public string PrincipalColumn { get; }
|
||||||
|
|
||||||
public string PrincipalSchema { get; }
|
public string PrincipalSchema { get; } = "";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user