hanf vielleicht fertig
This commit is contained in:
@@ -1456,6 +1456,9 @@ namespace ReallifeGamemode.Database.Migrations
|
||||
b.Property<int?>("BusinessId")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<int>("CannabisSeedsBoughtToday")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<int?>("CharacterId")
|
||||
.HasColumnType("int");
|
||||
|
||||
@@ -1505,6 +1508,9 @@ namespace ReallifeGamemode.Database.Migrations
|
||||
b.Property<int?>("JobId")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<DateTime?>("LastTimeBoughtCannabisSeeds")
|
||||
.HasColumnType("datetime(6)");
|
||||
|
||||
b.Property<int>("LogUserId")
|
||||
.HasColumnType("int");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user