7729-devToTest_2430 #2739
|
@ -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