GIP-GRADeS-BFC / SORMAS-Project

SORMAS (Surveillance, Outbreak Response Management and Analysis System) is an early warning and management system to fight the spread of infectious diseases.
https://sormas.org
GNU General Public License v3.0
0 stars 1 forks source link

Script de schéma SQL non valide suite au merge PR #24 #29

Closed xavier-calland closed 4 years ago

xavier-calland commented 4 years ago

https://github.com/GIP-GRADeS-BFC/SORMAS-Project/blob/ca9b3c062a6cceb68765594ce4c7748e58397509/sormas-backend/src/main/resources/sql/sormas_schema.sql#L4718-L4719

Il manque la mise à jour de la table de version du schéma pour que ce soit pris en compte au démarrage de l'application. Il faut un truc du genre :

INSERT INTO schema_version (version_number, comment) VALUES (221, '…');