-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuninstall.sql
More file actions
12 lines (10 loc) · 784 Bytes
/
uninstall.sql
File metadata and controls
12 lines (10 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
DELETE FROM tc_modules WHERE module_id LIKE '57d6df06-41b6-4b76-800c-e446eed1bbad';
DELETE FROM tc_page_icons WHERE module_id LIKE '57d6df06-41b6-4b76-800c-e446eed1bbad';
DELETE FROM tc_site_map WHERE module_id LIKE '57d6df06-41b6-4b76-800c-e446eed1bbad';
DELETE FROM tc_panelbar_categories WHERE module_id LIKE '57d6df06-41b6-4b76-800c-e446eed1bbad';
DELETE FROM tc_permission_categories WHERE module_id LIKE '57d6df06-41b6-4b76-800c-e446eed1bbad';
DELETE FROM tc_permissions WHERE module_id LIKE '57d6df06-41b6-4b76-800c-e446eed1bbad';
DELETE FROM ar_common_configurations WHERE moduleId LIKE '57d6df06-41b6-4b76-800c-e446eed1bbad';
DELETE FROM tc_info WHERE name LIKE '%.Creds';
DELETE FROM tc_info WHERE name LIKE 'OAuth.Global.Settings';
DROP TABLE tcmodule_oauth_providers;