From fa4af2c3af7ecd7bb7b6e35ef4c36fc9064da4c7 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 11 May 2020 16:08:37 +0100 Subject: [PATCH] Don't UPGRADE database rows --- UPGRADE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.rst b/UPGRADE.rst index 391fe40625..41c47e964d 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -137,7 +137,7 @@ back to v1.12.4 you need to: .. code:: sql - UPGRADE schema_version SET version = 57; + UPDATE schema_version SET version = 57; 3. Downgrade Synapse by following the instructions for your installation method in the "Rolling back to older versions" section above.