fix(data): serialize new-link publication races

This commit is contained in:
2026-06-02 07:31:35 +03:00
parent 1d62f69ff0
commit ea714480d3
5 changed files with 105 additions and 10 deletions
@@ -140,6 +140,8 @@ BEGIN
ORDER BY pg.id
FOR UPDATE OF pg;
PERFORM pg_advisory_xact_lock(20260530, 108);
UPDATE portfolio_games pg
SET is_public = false,
updated_at = now()