diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-11-01 10:52:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 10:52:46 -0400 |
commit | fa7e52caf1177c1afba5f875b0b1f261d393c12a (patch) | |
tree | 9b5267e3552a59fe8b7b7a92183f7435247eabba /synapse | |
parent | Add contributer docs for using the provided linters script (#6164) (diff) | |
parent | add changelog (diff) | |
download | synapse-fa7e52caf1177c1afba5f875b0b1f261d393c12a.tar.xz |
Merge pull request #6313 from matrix-org/uhoreg/cross_signing_fix_sqlite_schema
fix hidden field in devices table for older sqlite
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/data_stores/main/schema/delta/56/hidden_devices_fix.sql.sqlite | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/synapse/storage/data_stores/main/schema/delta/56/hidden_devices_fix.sql.sqlite b/synapse/storage/data_stores/main/schema/delta/56/hidden_devices_fix.sql.sqlite new file mode 100644 |