Explorar el Código

RST indenting

Andrew Morgan hace 4 años
padre
commit
e0caeedab3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      UPGRADE.rst

+ 2 - 2
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.