Skip to content
Snippets Groups Projects
Commit d80f8fa2 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #15370 TIME 0:01 fix limit

parent dfdb88eb
No related branches found
No related tags found
No related merge requests found
......@@ -349,7 +349,7 @@ ALTER TABLE listinstance ADD COLUMN delegate INTEGER;
UPDATE res_letterbox
SET dest_user = (
SELECT item_id FROM listinstance
WHERE item_mode = 'dest' AND item_type = 'user_id' AND listinstance.res_id = res_letterbox.res_id
WHERE item_mode = 'dest' AND item_type = 'user_id' AND listinstance.res_id = res_letterbox.res_id LIMIT 1
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment