Agregar columna historiaClinica a pacientes con migración segura

This commit is contained in:
2026-04-14 21:50:57 -03:00
parent 5152b58a77
commit f91964febe
3 changed files with 33 additions and 10 deletions
+1
View File
@@ -17,6 +17,7 @@ export interface Paciente {
obraSocial?: string;
nacionalidad?: string;
medicacionHabitual?: string;
historiaClinica?: string;
}