feat: refs #7681 Changes
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2024-07-09 10:19:04 +02:00
parent 042ea84055
commit a725cd2840
1 changed files with 3 additions and 0 deletions

View File

@ -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;