Browse Source

SQL formatting in UPGRADE.

tags/v1.26.0rc1
Patrick Cloke 3 years ago
parent
commit
d5349959f4
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      UPGRADE.rst

+ 4
- 0
UPGRADE.rst View File

@@ -113,11 +113,15 @@ back to v1.25.0 you need to:

For PostgreSQL run:

.. code:: sql

TRUNCATE event_auth_chain_links;
TRUNCATE event_auth_chains;

For SQLite run:

.. code:: sql

DELETE FROM event_auth_chain_links;
DELETE FROM event_auth_chains;



Loading…
Cancel
Save