Changes on Database for Rolebased Users also started with Login Cookies.
This commit is contained in:
@@ -19,13 +19,12 @@ namespace WatchLog.Data
|
||||
//Note: Link Tables a commented out because Entity Framework creates the tables by itself
|
||||
|
||||
// Global
|
||||
public DbSet<Admin> Admins { get; set; }
|
||||
public DbSet<Genre> Genres { get; set; }
|
||||
public DbSet<GlobalEntity> GlobalEntities { get; set; }
|
||||
//public DbSet<LinkTableGlobalGenre> LinkTableGlobalGenres { get; set; }
|
||||
public DbSet<StreamingPlatform> StreamingPlatforms { get; set; }
|
||||
public DbSet<Type> Types { get; set; } // 'Watchlog.Data.Type' if namecolsion with System.Type
|
||||
public DbSet<User> Users { get; set; }
|
||||
public DbSet<AppUser> AppUsers { get; set; }
|
||||
|
||||
//Private
|
||||
public DbSet<Label> Labels { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user