..
01event_failed_pull_attempts.sql
…
02add_pusher_enabled.sql
Support enabling/disabling pushers (from MSC3881) ( #13799 )
2022-09-21 14:39:01 +00:00
02room_id_indexes_for_purging.sql
…
03pusher_device_id.sql
Track device IDs for pushers ( #13831 )
2022-09-21 15:31:53 +00:00
03users_approved_column.sql
Allow admins to require a manual approval process before new accounts can be used (using MSC3866) ( #13556 )
2022-09-29 15:23:24 +02:00
04partial_join_details.sql
Add new columns tracking when we partial-joined ( #13892 )
2022-09-27 17:26:35 +01:00
04pending_device_list_updates.sql
Handle remote device list updates during partial join ( #13913 )
2022-09-28 13:42:43 +00:00
05old_push_actions.sql.postgres
Clear out old rows from `event_push_actions_staging` ( #14020 )
2022-10-03 18:44:44 +01:00
05old_push_actions.sql.sqlite
Clear out old rows from `event_push_actions_staging` ( #14020 )
2022-10-03 18:44:44 +01:00
06thread_notifications_thread_id_idx.sql
Update the thread_id right before use (in case the bg update hasn't finished) ( #14222 )
2022-10-18 14:55:41 +00:00
08thread_receipts_non_null.sql.postgres
Mark events as read using threaded read receipts from MSC3771. ( #13877 )
2022-10-04 10:46:42 -04:00
08thread_receipts_non_null.sql.sqlite
Mark events as read using threaded read receipts from MSC3771. ( #13877 )
2022-10-04 10:46:42 -04:00
09partial_joined_via_destination.sql
When restarting a partial join resync, prioritise the server which actioned a partial join ( #14126 )
2022-10-18 12:33:18 +01:00
09threads_table.sql
Add an API for listing threads in a room. ( #13394 )
2022-10-13 08:02:11 -04:00
10_update_sqlite_fts4_tokenizer.py
Add type hints to schema deltas ( #15497 )
2023-04-27 12:44:53 +00:00
10login_tokens.sql
Save login tokens in database ( #13844 )
2022-10-26 11:45:41 +01:00
11event_search_room_id_n_distinct.sql.postgres
Fix PostgreSQL sometimes using table scans for `event_search` ( #14409 )
2022-11-10 19:02:27 +00:00
12refactor_device_list_outbound_pokes.sql
Track unconverted device list outbound pokes using a position instead ( #14516 )
2022-11-22 16:46:52 +00:00
13add_device_lists_index.sql
Add another index to `device_lists_changes_in_room` ( #14534 )
2022-11-23 14:09:00 +00:00
20_un_partial_stated_room_stream.sql
Faster remote room joins: stream the un-partial-stating of rooms over replication. [rei:frrj/streams/unpsr] ( #14473 )
2022-12-05 13:07:55 +00:00
21_un_partial_stated_room_stream_seq.sql.postgres
Faster remote room joins: stream the un-partial-stating of rooms over replication. [rei:frrj/streams/unpsr] ( #14473 )
2022-12-05 13:07:55 +00:00
22_rebuild_user_dir_stats.sql
Rebuild the user directory and stats tables. ( #14643 )
2022-12-08 11:40:20 -05:00
22_un_partial_stated_event_stream.sql
Faster remote room joins: stream the un-partial-stating of events over replication. [rei:frrj/streams/unpsr] ( #14545 )
2022-12-14 14:47:11 +00:00
23_fix_thread_index.sql
Delete event_push_summary_unique_index again. ( #14669 )
2022-12-14 09:25:33 -05:00
23_un_partial_stated_room_stream_seq.sql.postgres
Faster remote room joins: stream the un-partial-stating of events over replication. [rei:frrj/streams/unpsr] ( #14545 )
2022-12-14 14:47:11 +00:00
24_events_jump_to_date_index.sql
Add index to improve performance of the `/timestamp_to_event` endpoint used for jumping to a specific date in the timeline of a room. ( #14799 )
2023-01-11 12:29:13 +00:00
25drop_presence.sql
Drop unused table `presence` ( #14825 )
2023-01-13 14:17:03 +00:00