feat: refs #7683 drop temporary table
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Robert Ferrús 2024-07-18 11:50:01 +02:00
parent 762989557f
commit c17214ce05
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ proc: BEGIN
pb.V = ti.V,
pb.N = ti.N;
DROP TEMPORARY TABLE tItemPackingType;
-- Colecciones segun tipo de encajado
UPDATE tmp.productionBuffer pb
JOIN ticketCollection tc ON pb.ticketFk = tc.ticketFk