Update jobs
This commit is contained in:
@@ -269,6 +269,9 @@ public class ManagingDbContext : DbContext
|
||||
.WithMany()
|
||||
.HasForeignKey(e => e.UserId)
|
||||
.OnDelete(DeleteBehavior.SetNull);
|
||||
|
||||
// Explicitly set table name to "Jobs" (uppercase)
|
||||
entity.ToTable("Jobs");
|
||||
});
|
||||
|
||||
// Configure Scenario entity
|
||||
|
||||
Reference in New Issue
Block a user