Init commit surgery branch
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user