fix(data): serialize new-link publication races
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user