Fix DB cnx

This commit is contained in:
2023-07-13 22:12:06 +02:00
parent f90319fc9f
commit 7c2a0ca1a6
3 changed files with 15 additions and 8 deletions

View File

@ -12,5 +12,8 @@ namespace Elwig.Models {
[Column("max_kg_per_ha")]
public int MaxKgPerHa { get; set; }
[Column("active")]
public bool IsActive { get; set; }
}
}