Don't UPGRADE database rows

This commit is contained in:
Andrew Morgan 2020-05-11 16:08:37 +01:00
parent e0caeedab3
commit fa4af2c3af

View file

@ -137,7 +137,7 @@ back to v1.12.4 you need to:
.. code:: sql .. 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 3. Downgrade Synapse by following the instructions for your installation method
in the "Rolling back to older versions" section above. in the "Rolling back to older versions" section above.