mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 18:45:52 +03:00
Don't UPGRADE database rows
This commit is contained in:
parent
e0caeedab3
commit
fa4af2c3af
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue