#6321 - Negative tickets #1945

Merged
jsegarra merged 146 commits from 6321_negative_tickets into dev 2025-02-11 08:45:33 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 14e14eea2a - 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": { "isActive": {
"type": "boolean" "type": "boolean"
}, },
"substitutionAllowed": {
"type": "boolean"
},
"credit": { "credit": {
"type": "number" "type": "number"
}, },