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

Automatically apply SQL for inconsistent sequence #17305

Merged

Commits on Jun 14, 2024

  1. Automatically apply SQL for inconsistent sequence

    Rather than forcing the server operator to apply the SQL manually.
    
    This should be safe, as there should be only one writer for these
    sequences.
    erikjohnston committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4c2ceac View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b32cd23 View commit details
    Browse the repository at this point in the history
  3. Update tests/storage/test_id_generators.py

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    erikjohnston and anoadragon453 authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4bd969b View commit details
    Browse the repository at this point in the history
  4. Update logs

    erikjohnston committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d065598 View commit details
    Browse the repository at this point in the history