7729-devToTest_2430 #2739
|
@ -1,4 +1,2 @@
|
||||||
INSERT IGNORE INTO vn.observationType (`description`,code,hasNewBornMessage)
|
INSERT IGNORE INTO vn.observationType (`description`,code,hasNewBornMessage)
|
||||||
VALUES ('Sustitución','substitution',0);
|
VALUES ('Sustitución','substitution',0);
|
||||||
|
|
||||||
ALTER TABLE vn.client ADD substitutionAllowed BOOL DEFAULT false NULL;
|
|
||||||
|
|
|
@ -53,9 +53,6 @@
|
||||||
"isActive": {
|
"isActive": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"substitutionAllowed": {
|
|
||||||
"type": "boolean"
|
|
||||||
},
|
|
||||||
"credit": {
|
"credit": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue