Add PlaneSchool & DrivingSchool licenses

This commit is contained in:
Michael
2019-10-30 22:22:33 +01:00
parent 5274fa654f
commit d3bd1cce59
8 changed files with 2787 additions and 22 deletions

View File

@@ -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");