7729-devToTest_2430 #2739

Merged
alexm merged 339 commits from 7729-devToTest_2430 into test 2024-07-16 07:11:37 +00:00
2 changed files with 0 additions and 5 deletions
Showing only changes of commit 2f10066290 - Show all commits

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"
},