0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-19 12:04:21 +02:00

SQL formatting in UPGRADE.

This commit is contained in:
Patrick Cloke 2021-01-20 10:53:39 -05:00
parent 1b37107cac
commit d5349959f4

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;