mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-27 08:00:53 -04:00
Refactor to ensure we call check_consistency (#9470)
The idea here is to stop people forgetting to call `check_consistency`. Folks can still just pass in `None` to the new args in `build_sequence_generator`, but hopefully they won't.
This commit is contained in:
parent
713145d3de
commit
0b5c967813
8 changed files with 72 additions and 28 deletions
1
changelog.d/9470.bugfix
Normal file
1
changelog.d/9470.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Fix missing startup checks for the consistency of certain PostgreSQL sequences.
|
Loading…
Add table
Add a link
Reference in a new issue