parent
5500a6f085
commit
d59cab13d8
|
@ -0,0 +1 @@
|
|||
ALTER TABLE vn.client ADD substitutionAllowed BOOL DEFAULT false NULL;
|
|
@ -53,6 +53,9 @@
|
|||
"isActive": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"substitutionAllowed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"credit": {
|
||||
"type": "number"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue