Migrate stream_ordering to a bigint (#10264)
* Move background update names out to a separate class `EventsBackgroundUpdatesStore` gets inherited and we don't really want to further pollute the namespace. * Migrate stream_ordering to a bigint * changelog
Showing
- changelog.d/10264.bugfix 1 addition, 0 deletionschangelog.d/10264.bugfix
- synapse/storage/databases/main/events_bg_updates.py 121 additions, 15 deletionssynapse/storage/databases/main/events_bg_updates.py
- synapse/storage/schema/__init__.py 1 addition, 1 deletionsynapse/storage/schema/__init__.py
- synapse/storage/schema/main/delta/60/01recreate_stream_ordering.sql.postgres 40 additions, 0 deletions...ema/main/delta/60/01recreate_stream_ordering.sql.postgres
changelog.d/10264.bugfix
0 → 100644
Please register or sign in to comment