From daca7b2794fb86514dc01de551bb0e5db77cf914 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 24 May 2021 14:03:00 +0100 Subject: Fix off-by-one-error in synapse_port_db (#9991) fixes #9979 --- changelog.d/9991.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9991.bugfix (limited to 'changelog.d/9991.bugfix') diff --git a/changelog.d/9991.bugfix b/changelog.d/9991.bugfix new file mode 100644 index 0000000000..665ff04dea --- /dev/null +++ b/changelog.d/9991.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.26.0 which meant that `synapse_port_db` would not correctly initialise some postgres sequences, requiring manual updates afterwards. -- cgit 1.4.1