feat(turnero): opción solo entrega de muestras con prioridad y badge naranja en cola

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-03 00:07:05 -05:00
co-authored by Claude Sonnet 4.6
parent 76dda4722a
commit 34004b4d98
5 changed files with 51 additions and 18 deletions
+4
View File
@@ -0,0 +1,4 @@
ALTER TABLE turnero_solicitudes
ADD COLUMN solo_muestras TINYINT(1) NOT NULL DEFAULT 0
COMMENT 'Paciente solo entrega muestras, sin exámenes a registrar'
AFTER embarazada;