feat(salix): refs #7380 #7380 new typeObservation
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-07-03 23:02:47 +02:00
parent 14e14eea2a
commit 8b72b7211e
1 changed files with 3 additions and 0 deletions

View File

@ -1 +1,4 @@
INSERT IGNORE INTO vn.observationType (`description`,code,hasNewBornMessage)
VALUES ('Sustitución','substitution',0);
ALTER TABLE vn.client ADD substitutionAllowed BOOL DEFAULT false NULL;