Fix missing database migration
This commit is contained in:
@@ -41,6 +41,7 @@ namespace ReallifeGamemode.Server.Models
|
||||
public DbSet<Entities.Character> Characters { get; set; }
|
||||
public DbSet<Entities.CharacterCloth> CharacterClothes { get; set; }
|
||||
public DbSet<Entities.DutyCloth> DutyClothes { get; set; }
|
||||
public DbSet<Entities.FactionWeapon> FactionWeapons { get; set; }
|
||||
public DbSet<Entities.ClothCombination> ClothCombinations { get; set; }
|
||||
public DbSet<Entities.User> Users { get; set; }
|
||||
public DbSet<Entities.UserVehicle> UserVehicles { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user