Command Logs
This commit is contained in:
@@ -97,6 +97,7 @@ namespace ReallifeGamemode.Database.Models
|
||||
//public DbSet<Logs.Ban> BanLogs { get; set; }
|
||||
public DbSet<Entities.Logs.BankAccountTransactionHistory> BankAccountTransactionLogs { get; set; }
|
||||
public DbSet<Entities.Logs.Death> DeathLogs { get; set; }
|
||||
public DbSet<Entities.Logs.CommandLogEntry> CommandLogs { get; set; }
|
||||
|
||||
//Saves
|
||||
public DbSet<Entities.ATM> ATMs { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user