Add PlaneSchool & DrivingSchool licenses
This commit is contained in:
@@ -905,6 +905,8 @@ namespace ReallifeGamemode.Database.Migrations
|
||||
|
||||
b.Property<bool>("Dead");
|
||||
|
||||
b.Property<bool>("DriverLicenseVehicle");
|
||||
|
||||
b.Property<string>("Email")
|
||||
.HasMaxLength(64);
|
||||
|
||||
@@ -914,6 +916,8 @@ namespace ReallifeGamemode.Database.Migrations
|
||||
|
||||
b.Property<int?>("FactionRankId");
|
||||
|
||||
b.Property<bool>("FlyingLicensePlane");
|
||||
|
||||
b.Property<int?>("GroupId");
|
||||
|
||||
b.Property<int>("GroupRank");
|
||||
|
||||
Reference in New Issue
Block a user