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

Commit fa4af2c

Browse files
committed
Don't UPGRADE database rows
1 parent e0caeed commit fa4af2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UPGRADE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ back to v1.12.4 you need to:
137137

138138
.. code:: sql
139139
140-
UPGRADE schema_version SET version = 57;
140+
UPDATE schema_version SET version = 57;
141141
142142
3. Downgrade Synapse by following the instructions for your installation method
143143
in the "Rolling back to older versions" section above.

0 commit comments

Comments
 (0)