Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify and fix migration 216 (#20035) #20036

Merged
merged 2 commits into from
Jun 20, 2022

Commits on Jun 19, 2022

  1. Simplify and fix migration 216

    There appears to be a strange bug whereby the comment_id index can sometimes be missed
    or missing from the action table despite the sync2 that should create it in the earlier
    part of this migration. However, looking through the code for Sync2 there is no need
    for this pre-code to exist and Sync2 should drop/create the indices as necessary.
    
    I think therefore we should simplify the migration to simply be Sync2.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    c72ff76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fce3821 View commit details
    Browse the repository at this point in the history