mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
[sharedlibrary] add client meta
[application] add gravatar command
This commit is contained in:
@ -16,6 +16,7 @@ namespace SharedLibraryCore.Database
|
||||
public DbSet<EFAlias> Aliases { get; set; }
|
||||
public DbSet<EFAliasLink> AliasLinks { get; set; }
|
||||
public DbSet<EFPenalty> Penalties { get; set; }
|
||||
public DbSet<EFMeta> EFMeta { get; set; }
|
||||
|
||||
private static string _ConnectionString;
|
||||
|
||||
|
Reference in New Issue
Block a user