Database Update

This commit is contained in:
Andre Beging
2022-04-04 16:39:40 +02:00
parent c70fb6426c
commit e8f9c4c0f5
11 changed files with 275 additions and 47 deletions

View File

@@ -2,7 +2,7 @@
// This is auto-generated code.
//------------------------------------------------------------------------------
// This code was generated by Entity Developer tool using EF Core template.
// Code is generated on: 04.04.2022 13:38:25
// Code is generated on: 04.04.2022 16:38:40
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -37,6 +37,8 @@ namespace FoodsharingSiegen.Contracts.Entity
public virtual Guid ProspectId { get; set; }
public virtual bool Alert { get; set; }
public virtual bool NotNeeded { get; set; }
public virtual DateTime Created { get; set; }