summary refs log tree commit diff
path: root/changelog.d/15350.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Set thread_id column to non-null for ↵Olivier Wilkinson (reivilibre)2023-03-311-1/+0
| | | | | | | | event_push_{actions,actions_staging,summary} (#15350)" This reverts commit 2a234b788e2b5706ee83cf8eb86dfd004bc7c166. See #15359 for context.
* Set thread_id column to non-null for ↵Patrick Cloke2023-03-301-0/+1
event_push_{actions,actions_staging,summary} (#15350) Clean-up from adding the thread_id column, which was initially null but backfilled with values. It is desirable to require it to now be non-null. In addition to altering this column to be non-null, we clean up obsolete background jobs, indexes, and just-in-time updating code.