generated from MokoConsulting/Template-Joomla
9 lines
265 B
SQL
9 lines
265 B
SQL
--
|
|
-- MokoSuite Support — Uninstall
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `#__mokosuitesupport_canned_responses`;
|
|
DROP TABLE IF EXISTS `#__mokosuitesupport_agents`;
|
|
DROP TABLE IF EXISTS `#__mokosuitesupport_messages`;
|
|
DROP TABLE IF EXISTS `#__mokosuitesupport_conversations`;
|