Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Set thread_id column to non-null for event_push_{actions,actions_staging,summary} #15597

Merged
merged 11 commits into from
May 26, 2023

Commits on May 15, 2023

  1. Set thread_id column to non-null for event_push_{actions,actions_stag…

    …ing,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.
    clokep committed May 15, 2023
    Configuration menu
    Copy the full SHA
    719ec6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88c7514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99c3de5 View commit details
    Browse the repository at this point in the history
  4. Move schema deltas.

    clokep committed May 15, 2023
    Configuration menu
    Copy the full SHA
    51feacf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0be2974 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad4201c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f108f17 View commit details
    Browse the repository at this point in the history
  8. Newsfragment

    clokep committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8667c3c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    69ffef6 View commit details
    Browse the repository at this point in the history
  2. Rename schema deltas.

    clokep committed May 24, 2023
    Configuration menu
    Copy the full SHA
    5ba223c View commit details
    Browse the repository at this point in the history
  3. Order the bg updates.

    clokep committed May 24, 2023
    Configuration menu
    Copy the full SHA
    0a1d15a View commit details
    Browse the repository at this point in the history