Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Don't UPGRADE database rows
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed May 11, 2020
1 parent e0caeed commit fa4af2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fa4af2c

Please sign in to comment.