This commit is contained in:
parent
a796787cb5
commit
0722a97c60
|
@ -3,6 +3,6 @@ ADD COLUMN `code` varchar(45) DEFAULT NULL;
|
||||||
|
|
||||||
UPDATE IGNORE vn.claimDestination SET code='Good' WHERE description= 'Bueno';
|
UPDATE IGNORE vn.claimDestination SET code='Good' WHERE description= 'Bueno';
|
||||||
UPDATE IGNORE vn.claimDestination SET code='Garbage/Loss' WHERE description = 'Basura/Perd.';
|
UPDATE IGNORE vn.claimDestination SET code='Garbage/Loss' WHERE description = 'Basura/Perd.';
|
||||||
UPDATE IGNORE vn.claimDestination SET code='Manufacturing'WHERE description = 'Confeccion';
|
UPDATE IGNORE vn.claimDestination SET code='Manufacturing' WHERE description = 'Confeccion';
|
||||||
UPDATE IGNORE vn.claimDestination SET code='Claim' WHERE description = 'Reclam.PRAG';
|
UPDATE IGNORE vn.claimDestination SET code='Claim' WHERE description = 'Reclam.PRAG';
|
||||||
UPDATE IGNORE vn.claimDestination SET code='Corrected' WHERE description = 'Corregido';
|
UPDATE IGNORE vn.claimDestination SET code='Corrected' WHERE description = 'Corregido';
|
Loading…
Reference in New Issue