feat(salix): refs #7380 #7380 client.substitutionAllowed new field

This commit is contained in:
Javier Segarra 2024-07-03 23:02:28 +02:00
parent 5500a6f085
commit d59cab13d8
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE vn.client ADD substitutionAllowed BOOL DEFAULT false NULL;

View File

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