feat: refs #7681 Changes
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
042ea84055
commit
a725cd2840
|
@ -22,6 +22,9 @@ BEGIN
|
|||
|
||||
START TRANSACTION;
|
||||
|
||||
-- Hago el into para que no de error en los triggers
|
||||
SELECT id INTO vSelf FROM `route` WHERE id = vSelf FOR UPDATE;
|
||||
|
||||
UPDATE `route`
|
||||
SET m3 = (SELECT volume FROM tRouteVolume)
|
||||
WHERE id = vSelf;
|
||||
|
|
Loading…
Reference in New Issue