mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-16 23:15:05 +00:00
New Migration
This commit is contained in:
@ -24,8 +24,6 @@ namespace GerenciaProjetos.Data
|
||||
|
||||
protected override void OnModelCreating(ModelBuilder modelBuilder)
|
||||
{
|
||||
modelBuilder.Entity<Bug>()
|
||||
.HasKey(b => new { b.DesenvolvedorId, b.RequisitoId });
|
||||
modelBuilder.Entity<DesenvolvedorProjeto>()
|
||||
.HasKey(p => new { p.DesenvolvedorId, p.ProjetoId });
|
||||
modelBuilder.Entity<DesenvolvedorRequisito>()
|
||||
|
Reference in New Issue
Block a user