Skip to content

Commit

Permalink
Update 08.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerand committed Jul 31, 2024
1 parent 32faaa7 commit 4ede77a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions releases/2024/08/08.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ This week's push hero is [mat](https://github.com/diox)
## Before we promote:

## After we're done:

- We need to clear a backlog of old replies that weren't enqueues for review, but are now, starting with https://github.com/mozilla/addons-server/commit/9fac55cd40ba9488341fcbeb2b21f7b3dde10f02. Please run the following `UPDATE` statement on production:
```
UPDATE reviewers_needshumanreview nhr
JOIN versions v ON v.id = nhr.version_id
SET nhr.is_active = 0
WHERE nhr.is_active = 1
AND v.due_date IS NULL
AND nhr.reason = 6;
```

0 comments on commit 4ede77a

Please sign in to comment.