Cleaned up some warnings and implemented re-occuring scan libraries task. Customization of task schedules is in v0.2.
This commit is contained in:
parent
e180032a8e
commit
3c8e4b2240
13 changed files with 20 additions and 58 deletions
|
|
@ -39,11 +39,6 @@ namespace API.Data
|
|||
.WithOne(u => u.Role)
|
||||
.HasForeignKey(ur => ur.RoleId)
|
||||
.IsRequired();
|
||||
// AppUsers have Libraries, not other way around
|
||||
// builder.Entity<Library>()
|
||||
// .HasMany(p => p.AppUsers)
|
||||
// .WithMany(p => p.Libraries)
|
||||
// .UsingEntity(j => j.ToTable("AppUserLibrary"));
|
||||
}
|
||||
|
||||
void OnEntityTracked(object sender, EntityTrackedEventArgs e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue