Fix Worker
This commit is contained in:
		| @@ -27,6 +27,7 @@ public class EleccionesDbContext(DbContextOptions<EleccionesDbContext> options) | ||||
|         // Precisión para los campos de porcentaje en EstadoRecuento | ||||
|         modelBuilder.Entity<EstadoRecuento>(entity => | ||||
|         { | ||||
|             entity.HasKey(e => new { e.AmbitoGeograficoId, e.CategoriaId }); | ||||
|             entity.Property(e => e.MesasTotalizadasPorcentaje).HasPrecision(5, 2); | ||||
|             entity.Property(e => e.ParticipacionPorcentaje).HasPrecision(5, 2); | ||||
|             entity.Property(e => e.VotosNulosPorcentaje).HasPrecision(18, 4); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user