feat: refs #7582 claimDestination addColumn code #2695

Merged
robert merged 4 commits from 7582-claimDestinationAddColumn into dev 2024-07-08 09:30:00 +00:00
Member
No description provided.
robert added 1 commit 2024-07-08 08:51:39 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
e9d2ff1476
feat: refs #7582 claimDestination addColumn code
robert requested review from guillermo 2024-07-08 08:51:58 +00:00
guillermo reviewed 2024-07-08 09:00:47 +00:00
@ -0,0 +1,9 @@
USE `vn`;
Member

Si uses el schema no fa falta ficar vn.

Si uses el schema no fa falta ficar vn.
robert marked this conversation as resolved
guillermo requested changes 2024-07-08 09:01:16 +00:00
Dismissed
@ -0,0 +2,4 @@
ALTER TABLE `vn`.`claimDestination`
ADD COLUMN `code` varchar(45) DEFAULT NULL;
UPDATE vn.claimDestination SET code='Good' WHERE description= 'Bueno';
Member

update ingore

update ingore
robert marked this conversation as resolved
robert added 1 commit 2024-07-08 09:01:41 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
3fa0823d93
feat: refs #7582 quitar vn
robert added 1 commit 2024-07-08 09:04:40 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
a796787cb5
feat: refs #7582
robert requested review from guillermo 2024-07-08 09:11:59 +00:00
guillermo reviewed 2024-07-08 09:26:32 +00:00
@ -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';
Member

Aço está junt "code='Manufacturing'WHERE" no se si afectará

Aço está junt "code='Manufacturing'WHERE" no se si afectará
robert marked this conversation as resolved
guillermo approved these changes 2024-07-08 09:26:34 +00:00
robert added 1 commit 2024-07-08 09:28:37 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
0722a97c60
feat: refs #7582
robert merged commit 663f78e684 into dev 2024-07-08 09:30:00 +00:00
robert deleted branch 7582-claimDestinationAddColumn 2024-07-08 09:30:00 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#2695
No description provided.