Database Update

This commit is contained in:
Andre Beging
2022-04-02 12:53:49 +02:00
parent d3bc96b745
commit eb4bb402ba
15 changed files with 598 additions and 91 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: 01.04.2022 16:41:05
// Code is generated on: 02.04.2022 10:49:14
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -34,6 +34,10 @@ namespace FoodsharingSiegen.Contracts.Entity
public virtual Guid ProgressId { get; set; }
public virtual DateTime Created { get; set; }
public virtual string Memo { get; set; }
public virtual IList<Interaction> Interactions { get; set; }
#region Extensibility Method Definitions