Fix WineAttr by adding ?

This commit is contained in:
2023-07-13 22:19:52 +02:00
parent 7c2a0ca1a6
commit 5c2f7ae69a

View File

@ -11,7 +11,7 @@ namespace Elwig.Models {
public string Name { get; set; } public string Name { get; set; }
[Column("max_kg_per_ha")] [Column("max_kg_per_ha")]
public int MaxKgPerHa { get; set; } public int? MaxKgPerHa { get; set; }
[Column("active")] [Column("active")]
public bool IsActive { get; set; } public bool IsActive { get; set; }