summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-05-10 13:02:55 +0100
committerGitHub <noreply@github.com>2021-05-10 13:02:55 +0100
commit51065c44bb0875373fada2838e69e4bc5005a95d (patch)
tree00ae020731d559f59e87267d50f647c9962014cc /changelog.d
parentAlways cache 'event_to_prev_state_group' (#9950) (diff)
downloadsynapse-51065c44bb0875373fada2838e69e4bc5005a95d.tar.xz
Fix port_db on empty db (#9930)
... and test it.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9930.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9930.bugfix b/changelog.d/9930.bugfix
new file mode 100644
index 0000000000..9b22ed4458
--- /dev/null
+++ b/changelog.d/9930.bugfix
@@ -0,0 +1 @@
+Fix bugs introduced in v1.23.0 which made the PostgreSQL port script fail when run with a newly-created SQLite database.