feat: refs #7582 claimDestination addColumn code #2695
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2695
Loading…
Reference in New Issue
No description provided.
Delete Branch "7582-claimDestinationAddColumn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,9 @@
USE `vn`;
Si uses el schema no fa falta ficar vn.
@ -0,0 +2,4 @@
ALTER TABLE `vn`.`claimDestination`
ADD COLUMN `code` varchar(45) DEFAULT NULL;
UPDATE vn.claimDestination SET code='Good' WHERE description= 'Bueno';
update ingore
@ -0,0 +3,4 @@
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='Manufacturing'WHERE description = 'Confeccion';
Aço está junt "code='Manufacturing'WHERE" no se si afectará