Replace `room_depth.min_depth` with a BIGINT (#10289)
while I'm dealing with INTEGERs and BIGINTs, let's replace room_depth.min_depth with a BIGINT.
Showing
- changelog.d/10289.misc 1 addition, 0 deletionschangelog.d/10289.misc
- synapse/storage/databases/main/room.py 97 additions, 7 deletionssynapse/storage/databases/main/room.py
- synapse/storage/schema/main/delta/61/02drop_redundant_room_depth_index.sql 18 additions, 0 deletions...chema/main/delta/61/02drop_redundant_room_depth_index.sql
- synapse/storage/schema/main/delta/61/03recreate_min_depth.py 70 additions, 0 deletionssynapse/storage/schema/main/delta/61/03recreate_min_depth.py
Loading
Please register or sign in to comment