Init commit surgery branch

This commit is contained in:
VegaZ
2021-04-22 22:24:27 +02:00
parent 2ab112795a
commit 922acd6847
8 changed files with 3000 additions and 0 deletions

View File

@@ -1450,6 +1450,9 @@ namespace ReallifeGamemode.Database.Migrations
b.Property<bool>("FlyingLicensePlane")
.HasColumnType("tinyint(1)");
b.Property<bool>("FreeSurgery")
.HasColumnType("tinyint(1)");
b.Property<int?>("GroupId")
.HasColumnType("int");