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