Skip to content

Commit

Permalink
Don't UPGRADE database rows
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored and phil-flex committed Jun 16, 2020
1 parent f80ca88 commit a4e904d
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 a4e904d

Please sign in to comment.