Made a start on the VoteEngine !wip

This commit is contained in:
Jamie Rees 2018-04-04 13:48:40 +01:00
commit 8b9c375628
5 changed files with 125 additions and 0 deletions

View file

@ -39,6 +39,7 @@ namespace Ombi.Store.Context
public DbSet<IssueComments> IssueComments { get; set; }
public DbSet<RequestLog> RequestLogs { get; set; }
public DbSet<RecentlyAddedLog> RecentlyAddedLogs { get; set; }
public DbSet<Votes> Votes { get; set; }
public DbSet<Audit> Audit { get; set; }