Skip to content
Snippets Groups Projects
delete_all_ressources.sql 865 B
Newer Older
/* Warning : This script erase all data in the application Maarch. It keeps in database parameters */
Giovannoni Laurent's avatar
Giovannoni Laurent committed

TRUNCATE TABLE cases;
TRUNCATE TABLE cases_res;

TRUNCATE TABLE contacts_v2;
TRUNCATE TABLE contact_addresses;
TRUNCATE TABLE contact_types;
TRUNCATE TABLE contact_purposes;
TRUNCATE TABLE contacts_res;

Giovannoni Laurent's avatar
Giovannoni Laurent committed
TRUNCATE TABLE listinstance;
Giovannoni Laurent's avatar
Giovannoni Laurent committed
TRUNCATE TABLE history;
TRUNCATE TABLE history_batch;
Giovannoni Laurent's avatar
Giovannoni Laurent committed
TRUNCATE TABLE notes;
TRUNCATE TABLE note_entities;

TRUNCATE TABLE mlb_coll_ext;
Giovannoni Laurent's avatar
Giovannoni Laurent committed
TRUNCATE TABLE res_letterbox;
TRUNCATE TABLE res_version_letterbox;
Jean-Louis ERCOLANI's avatar
Jean-Louis ERCOLANI committed
TRUNCATE TABLE res_x;
Giovannoni Laurent's avatar
Giovannoni Laurent committed
TRUNCATE TABLE res_attachments;
TRUNCATE TABLE res_version_attachments;
Jean-Louis ERCOLANI's avatar
Jean-Louis ERCOLANI committed
TRUNCATE TABLE saved_queries;
TRUNCATE TABLE lc_stack;
TRUNCATE TABLE adr_x;

TRUNCATE TABLE tags;

TRUNCATE TABLE sendmail;

TRUNCATE TABLE notif_event_stack;
TRUNCATE TABLE notif_email_stack;