feat: refs #7582 claimDestination addColumn code
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
e64f56cff1
commit
e9d2ff1476
|
@ -0,0 +1,9 @@
|
||||||
|
USE `vn`;
|
||||||
|
ALTER TABLE `vn`.`claimDestination`
|
||||||
|
ADD COLUMN `code` varchar(45) DEFAULT NULL;
|
||||||
|
|
||||||
|
UPDATE vn.claimDestination SET code='Good' WHERE description= 'Bueno';
|
||||||
|
UPDATE vn.claimDestination SET code='Garbage/Loss' WHERE description = 'Basura/Perd.';
|
||||||
|
UPDATE vn.claimDestination SET code='Manufacturing'WHERE description = 'Confeccion';
|
||||||
|
UPDATE vn.claimDestination SET code='Claim' WHERE description = 'Reclam.PRAG';
|
||||||
|
UPDATE vn.claimDestination SET code='Corrected' WHERE description = 'Corregido';
|
Loading…
Reference in New Issue