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 b5ea2f12ff
commit 14e14eea2a
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": {
"type": "boolean"
},
"substitutionAllowed": {
"type": "boolean"
},
"credit": {
"type": "number"
},