Skip to content
Snippets Groups Projects
Verified Commit be60263b authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #16511 TIME 0:10 update delete_all_ressources

parent 3dbb3ec7
No related branches found
No related tags found
Loading
......@@ -6,8 +6,20 @@ ALTER SEQUENCE history_id_seq restart WITH 1;
TRUNCATE TABLE main_documents;
ALTER SEQUENCE main_documents_id_seq restart WITH 1;
TRUNCATE TABLE adr_main_documents;
ALTER SEQUENCE adr_main_documents_id_seq restart WITH 1;
TRUNCATE TABLE attachments;
ALTER SEQUENCE attachments_id_seq restart WITH 1;
TRUNCATE TABLE users_signatures;
ALTER SEQUENCE users_signatures_id_seq restart WITH 1;
TRUNCATE TABLE adr_attachments;
ALTER SEQUENCE adr_attachments_id_seq restart WITH 1;
TRUNCATE TABLE emails;
ALTER SEQUENCE emails_id_seq restart WITH 1;
TRUNCATE TABLE password_history;
ALTER SEQUENCE password_history_id_seq restart WITH 1;
TRUNCATE TABLE workflows;
ALTER SEQUENCE workflows_id_seq restart WITH 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment