Update jobs

This commit is contained in:
2025-11-09 04:48:15 +07:00
parent 7e08e63dd1
commit 747bda2700
20 changed files with 2281 additions and 217 deletions

View File

@@ -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