diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-05-11 16:05:23 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-05-11 16:05:23 +0100 |
commit | e0caeedab33909e90753e67c227df1b687860fee (patch) | |
tree | 7dbb7c520c69d28521616ccac61fd037eae85fa0 /UPGRADE.rst | |
parent | Put rollback instructions in upgrade notes (diff) | |
download | synapse-e0caeedab33909e90753e67c227df1b687860fee.tar.xz |
RST indenting
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 841ccdb315..391fe40625 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -135,9 +135,9 @@ back to v1.12.4 you need to: 1. Stop the server 2. Decrease the schema version in the database: - .. code:: sql + .. code:: sql - UPGRADE schema_version SET version = 57; + UPGRADE 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. |