Skip to content
Snippets Groups Projects
Commit fa4af2c3 authored by Andrew Morgan's avatar Andrew Morgan
Browse files

Don't UPGRADE database rows

parent e0caeeda
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment