diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-31 23:02:20 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-31 23:02:20 -0400 |
commit | 1f156398b9c0c46db7907d94089000c36ce8c072 (patch) | |
tree | bca1f99334e5480db0b4280442b74610f53ff6e8 /changelog.d | |
parent | fix hidden field in devices table for older sqlite (diff) | |
download | synapse-1f156398b9c0c46db7907d94089000c36ce8c072.tar.xz |
add changelog
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. |