Localization fixes - table definition, SQL script naming, SQL script not marked as Embedded Resource, changed column name from IsCurrrent to IsDefault to reflect intent, set default language for site in _Host
This commit is contained in:
@ -12,7 +12,7 @@ namespace Oqtane.Models
|
||||
|
||||
public string Code { get; set; }
|
||||
|
||||
public bool IsCurrent { get; set; }
|
||||
public bool IsDefault { get; set; }
|
||||
|
||||
public string CreatedBy { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user