Adding language column to cmsContentVersion
This commit is contained in:
@@ -25,6 +25,11 @@ namespace Umbraco.Core.Models.Rdbms
|
||||
[Constraint(Default = "getdate()")]
|
||||
public DateTime VersionDate { get; set; }
|
||||
|
||||
[Column("LanguageLocale")]
|
||||
[Length(10)]
|
||||
[NullSetting(NullSetting = NullSettings.Null)]
|
||||
public string Language { get; set; }
|
||||
|
||||
[ResultColumn]
|
||||
public ContentDto ContentDto { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user