save locations

This commit is contained in:
hydrant
2019-09-29 22:16:59 +02:00
parent cf7fccbc28
commit 6a23f6ef59
17 changed files with 1607 additions and 49 deletions

View File

@@ -87,6 +87,7 @@ namespace ReallifeGamemode.Database.Models
// Control Panel
public DbSet<Entities.News> News { get; set; }
public DbSet<Entities.Location> Locations { get; set; }
// Server Vehicles
public DbSet<Entities.ServerVehicle> ServerVehicles { get; set; }