#7380 - Substitution field #2677

Merged
jsegarra merged 11 commits from 7380_substitutionCondition into dev 2024-07-09 07:46:51 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit d59cab13d8 - Show all commits

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