diff options
author | Matthew Hodgson <matthew@matrix.org> | 2020-09-28 00:23:35 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2020-09-28 00:23:35 +0100 |
commit | 4b3a1faa08f5ad16e0e00dc629fb25be520575d7 (patch) | |
tree | ab0ce192f85b79563830427c13d5ac4a416399af /synapse | |
parent | Escape the error description on the sso_error template. (#8405) (diff) | |
download | synapse-4b3a1faa08f5ad16e0e00dc629fb25be520575d7.tar.xz |
typo
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/databases/main/schema/delta/56/event_labels.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/databases/main/schema/delta/56/event_labels.sql b/synapse/storage/databases/main/schema/delta/56/event_labels.sql index 5e29c1da19..ccf287971c 100644 --- a/synapse/storage/databases/main/schema/delta/56/event_labels.sql +++ b/synapse/storage/databases/main/schema/delta/56/event_labels.sql @@ -13,7 +13,7 @@ * limitations under the License. */ --- room_id and topoligical_ordering are denormalised from the events table in order to +-- room_id and topological_ordering are denormalised from the events table in order to -- make the index work. CREATE TABLE IF NOT EXISTS event_labels ( event_id TEXT, |