This commit is contained in:
2020-06-23 18:20:51 +00:00
parent 854f1c153a
commit 12fbe66bd9
6 changed files with 20 additions and 20 deletions

View File

@@ -11,11 +11,9 @@ namespace AyaNova.Models
{
[Required]
[Key]
public Guid Id { get; set; }
public string Id { get; set; }
public int Schema { get; set; }
//ef core requires this
public SchemaVersion() { }