summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-01-20 10:54:06 -0500
committerPatrick Cloke <patrickc@matrix.org>2021-01-20 10:54:06 -0500
commit933f258967d17d656f241149489e328ea5fc3dad (patch)
treec8105a6696e37940e6842468cd1835baf1c9b98a
parentSQL formatting in UPGRADE. (diff)
downloadsynapse-933f258967d17d656f241149489e328ea5fc3dad.tar.xz
Formatting.
-rw-r--r--UPGRADE.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst

index e38824df14..d09dbd4e21 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst
@@ -127,7 +127,7 @@ back to v1.25.0 you need to: 4. Mark the deltas as not run (so they will re-run on upgrade). - .. code:: sql + .. code:: sql DELETE FROM applied_schema_deltas WHERE version = 59 AND file = "59/01ignored_user.py"; DELETE FROM applied_schema_deltas WHERE version = 59 AND file = "59/06chain_cover_index.sql";