This commit is contained in:
Paul Schneider 2020-12-30 03:10:02 +00:00
commit 345c787e06
12 changed files with 34 additions and 29 deletions

View file

@ -285,6 +285,7 @@ namespace Yavsc.Models
public DbSet<BlogTrad> BlogTrad { get; set; }
[Obsolete("use signaled flows")]
public DbSet<LiveFlow> LiveFlow { get; set; }
public DbSet<ChatRoomAccess> ChatRoomAccess { get; set; }