Skip to content
Snippets Groups Projects
Commit d5349959 authored by Patrick Cloke's avatar Patrick Cloke
Browse files

SQL formatting in UPGRADE.

parent 1b37107c
No related branches found
No related tags found
No related merge requests found
...@@ -113,11 +113,15 @@ back to v1.25.0 you need to: ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment