This commit is contained in:
VegaZ
2018-09-24 23:08:17 +02:00
parent eec6807a05
commit 044651f629
5 changed files with 42 additions and 7 deletions

View File

@@ -42,6 +42,7 @@ namespace reallife_gamemode.Model
public DbSet<Server.Entities.UserBankAccount> BankAccounts { get; set; }
//Logs
//public DbSet<Server.Logs.Ban> BanLogs { get; set; }
public DbSet<Server.Logs.BankAccountTransactionHistory> BankAccountTransactionLogs { get; set; }
public DbSet<Server.Logs.Death> DeathLogs { get; set; }