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
2078bf58ff
commit
042ea84055
|
@ -22,8 +22,6 @@ BEGIN
|
||||||
|
|
||||||
START TRANSACTION;
|
START TRANSACTION;
|
||||||
|
|
||||||
SELECT id FROM `route` WHERE id = vSelf FOR UPDATE;
|
|
||||||
|
|
||||||
UPDATE `route`
|
UPDATE `route`
|
||||||
SET m3 = (SELECT volume FROM tRouteVolume)
|
SET m3 = (SELECT volume FROM tRouteVolume)
|
||||||
WHERE id = vSelf;
|
WHERE id = vSelf;
|
||||||
|
|
Loading…
Reference in New Issue