Command Logs

This commit is contained in:
hydrant
2021-04-19 11:09:44 +02:00
parent a60f92f992
commit 3d5cf17761
6 changed files with 2117 additions and 0 deletions

View File

@@ -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; }