diff options
author | Shay <hillerys@element.io> | 2023-03-21 10:49:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-21 10:49:25 -0700 |
commit | 96bcc5d9028e745df2f708c92b15e4e5bfc91328 (patch) | |
tree | e47acdc66465705ca1ba7a74f55a7613f236bf60 /changelog.d | |
parent | Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint retur... (diff) | |
download | synapse-96bcc5d9028e745df2f708c92b15e4e5bfc91328.tar.xz |
Revert "check sqlite database file exists before porting/#14692" (#15301)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15301.bugfix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/15301.bugfix b/changelog.d/15301.bugfix new file mode 100644 index 0000000000..c8f3628d34 --- /dev/null +++ b/changelog.d/15301.bugfix @@ -0,0 +1,3 @@ +Fix a bug introduced in Synapse 1.75.0rc1 where the [SQLite port_db script](https://matrix-org.github.io/synapse/latest/postgres.html#porting-from-sqlite) +would fail to open the SQLite database. + |