Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Set thread_id column to non-null for ↵ | Olivier Wilkinson (reivilibre) | 2023-03-31 | 1 | -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 Cloke | 2023-03-30 | 1 | -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. |