Improved support for sql execution, added some pre-built queries which people would probably want to use.

This commit is contained in:
Master Kwoth
2017-10-13 04:41:01 +02:00
parent 998c048874
commit e434de5abb
5 changed files with 63 additions and 11 deletions

View File

@ -51,7 +51,6 @@ namespace NadekoBot.Services.Database
//orphans xD
public DbSet<EightBallResponse> EightBallResponses { get; set; }
public DbSet<RaceAnimal> RaceAnimals { get; set; }
public DbSet<ModulePrefix> ModulePrefixes { get; set; }
public DbSet<RewardedUser> RewardedUsers { get; set; }
public NadekoContext(DbContextOptions<NadekoContext> options) : base(options)