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

FIX #13670 TIME 0:05 Drop table sendmails

parent b752df52
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ UPDATE parameters SET param_value_string = '20.10' WHERE id = 'database_version'
DROP VIEW IF EXISTS res_view_letterbox;
/* SENDMAIL */
DROP TABLE IF EXISTS sendmail;
/* REPORTS */
DROP TABLE IF EXISTS usergroups_reports;
DELETE FROM usergroups_services WHERE service_id IN ('reports', 'admin_reports');
......
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