Haus erweiterungen

This commit is contained in:
hydrant
2020-03-24 18:54:59 +01:00
parent bea3efa949
commit 4824ffe7f5
6 changed files with 1483 additions and 2 deletions

View File

@@ -483,6 +483,8 @@ namespace ReallifeGamemode.Database.Migrations
b.Property<bool>("CanRentIn");
b.Property<DateTime>("LastRentSetTime");
b.Property<int?>("OwnerId");
b.Property<int>("Price");