revert commit

This commit is contained in:
Javier Segarra 2024-07-19 11:41:33 +02:00
parent 48b8bda49a
commit 212f84aa9b
2 changed files with 0 additions and 8 deletions

View File

@ -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;

View File

@ -53,9 +53,6 @@
"isActive": {
"type": "boolean"
},
"substitutionAllowed": {
"type": "boolean"
},
"credit": {
"type": "number"
},