From e0caeedab33909e90753e67c227df1b687860fee Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 11 May 2020 16:05:23 +0100 Subject: [PATCH] RST indenting --- UPGRADE.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADE.rst b/UPGRADE.rst index 841ccdb31..391fe4062 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.