feat(salix): refs #7380 #7380 remove new field
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
17e7dc8c7e
commit
2f10066290
|
@ -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;
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"isActive": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"substitutionAllowed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"credit": {
|
||||
"type": "number"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue