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

This commit is contained in:
Javier Segarra 2024-07-07 23:23:30 +02:00
parent 17e7dc8c7e
commit 2f10066290
2 changed files with 0 additions and 5 deletions

View File

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

View File

@ -53,9 +53,6 @@
"isActive": {
"type": "boolean"
},
"substitutionAllowed": {
"type": "boolean"
},
"credit": {
"type": "number"
},