Create Audits on Actions
This commit is contained in:
@@ -23,7 +23,7 @@ namespace FoodsharingSiegen.Server.Migrations
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<DateTime?>("Created")
|
||||
b.Property<DateTime>("Created")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Data1")
|
||||
|
||||
Reference in New Issue
Block a user