diff options
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 2 |
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. |