fixes small bug in database logic wich blocked creating the database
This commit is contained in:
@@ -16,6 +16,8 @@ namespace WatchLog.Data
|
||||
optionsBuilder.UseSqlite(Configuration.GetConnectionString("WatchLogDB"));
|
||||
}
|
||||
|
||||
//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; }
|
||||
|
||||
Reference in New Issue
Block a user