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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/6313.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6313.bugfix b/changelog.d/6313.bugfix new file mode 100644 index 0000000000..f4d4a97f00 --- /dev/null +++ b/changelog.d/6313.bugfix @@ -0,0 +1 @@ +Fix the `hidden` field in the `devices` table for SQLite versions prior to 3.23.0. |