summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-05-11 16:08:37 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-05-11 16:08:37 +0100
commitfa4af2c3af7ecd7bb7b6e35ef4c36fc9064da4c7 (patch)
tree276ef9a99a5225530f8835848cc13ea454d203e4 /UPGRADE.rst
parentRST indenting (diff)
downloadsynapse-fa4af2c3af7ecd7bb7b6e35ef4c36fc9064da4c7.tar.xz
Don't UPGRADE database rows v1.13.0rc1
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst2
1 files changed, 1 insertions, 1 deletions
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.