mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 23:19:25 -05:00
SQL formatting in UPGRADE.
This commit is contained in:
parent
1b37107cac
commit
d5349959f4
@ -113,11 +113,15 @@ back to v1.25.0 you need to:
|
|||||||
|
|
||||||
For PostgreSQL run:
|
For PostgreSQL run:
|
||||||
|
|
||||||
|
.. code:: sql
|
||||||
|
|
||||||
TRUNCATE event_auth_chain_links;
|
TRUNCATE event_auth_chain_links;
|
||||||
TRUNCATE event_auth_chains;
|
TRUNCATE event_auth_chains;
|
||||||
|
|
||||||
For SQLite run:
|
For SQLite run:
|
||||||
|
|
||||||
|
.. code:: sql
|
||||||
|
|
||||||
DELETE FROM event_auth_chain_links;
|
DELETE FROM event_auth_chain_links;
|
||||||
DELETE FROM event_auth_chains;
|
DELETE FROM event_auth_chains;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user