Add Wanted propert to user entity
This commit is contained in:
@@ -802,6 +802,8 @@ namespace ReallifeGamemode.Migrations
|
||||
b.Property<string>("SocialClubName")
|
||||
.HasMaxLength(32);
|
||||
|
||||
b.Property<int>("Wanteds");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("BanId");
|
||||
|
||||
Reference in New Issue
Block a user