diff options
author | Erik Johnston <erikj@element.io> | 2024-11-11 10:45:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 10:45:46 +0000 |
commit | c486ec8bc24460d86e23e174b13839875c382ed4 (patch) | |
tree | 979c25c161c1b87b3a4626e83f32775df6d8fd64 /synapse/storage/schema | |
parent | Update changelog for release (diff) | |
download | synapse-c486ec8bc24460d86e23e174b13839875c382ed4.tar.xz |
Add index to `current_state_delta_stream` (#17912)
As we're now using it in the sync APIs to get state changes within a room
Diffstat (limited to 'synapse/storage/schema')
-rw-r--r-- | synapse/storage/schema/main/delta/88/04_current_state_delta_index.sql | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/synapse/storage/schema/main/delta/88/04_current_state_delta_index.sql b/synapse/storage/schema/main/delta/88/04_current_state_delta_index.sql new file mode 100644 |