Browse Source

Don't UPGRADE database rows

tags/v1.13.0rc1^0
Andrew Morgan 4 years ago
parent
commit
fa4af2c3af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      UPGRADE.rst

+ 1
- 1
UPGRADE.rst View File

@@ -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.


Loading…
Cancel
Save