feat: refs #7582 claimDestination addColumn code #2695
|
@ -0,0 +1,8 @@
|
|||
ALTER TABLE `vn`.`claimDestination`
|
||||
robert marked this conversation as resolved
|
||||
ADD COLUMN `code` varchar(45) DEFAULT NULL;
|
||||
|
||||
UPDATE IGNORE vn.claimDestination SET code='Good' WHERE description= 'Bueno';
|
||||
UPDATE IGNORE vn.claimDestination SET code='Garbage/Loss' WHERE description = 'Basura/Perd.';
|
||||
robert marked this conversation as resolved
Outdated
guillermo
commented
update ingore update ingore
|
||||
UPDATE IGNORE vn.claimDestination SET code='Manufacturing' WHERE description = 'Confeccion';
|
||||
robert marked this conversation as resolved
Outdated
guillermo
commented
Aço está junt "code='Manufacturing'WHERE" no se si afectará Aço está junt "code='Manufacturing'WHERE" no se si afectará
|
||||
UPDATE IGNORE vn.claimDestination SET code='Claim' WHERE description = 'Reclam.PRAG';
|
||||
UPDATE IGNORE vn.claimDestination SET code='Corrected' WHERE description = 'Corregido';
|
Loading…
Reference in New Issue
Si uses el schema no fa falta ficar vn.