#6321 - Negative tickets #1945
|
@ -1,6 +1 @@
|
||||||
INSERT IGNORE INTO vn.observationType (`description`,code,hasNewBornMessage)
|
|
||||||
VALUES ('Sustitución','substitution',0);
|
|
||||||
|
|
||||||
ALTER TABLE vn.client ADD substitutionAllowed BOOL DEFAULT false NULL;
|
|
||||||
|
|
||||||
ALTER TABLE vn.negativeOrigin MODIFY COLUMN `type` enum('FALTAS','CONTENEDOR','ENTRADAS','OVERBOOKING', 'SUSTITUCION') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL;
|
ALTER TABLE vn.negativeOrigin MODIFY COLUMN `type` enum('FALTAS','CONTENEDOR','ENTRADAS','OVERBOOKING', 'SUSTITUCION') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL;
|
||||||
jsegarra marked this conversation as resolved
Outdated
|
|||||||
|
|
|
@ -53,9 +53,6 @@
|
||||||
"isActive": {
|
"isActive": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"substitutionAllowed": {
|
|
||||||
"type": "boolean"
|
|
||||||
},
|
|
||||||
"credit": {
|
"credit": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
esto es lo que dices que ya no hacia falta?