14 lines
511 B
SQL
14 lines
511 B
SQL
|
|
--
|
||
|
|
-- MokoSuite Event — Uninstall
|
||
|
|
--
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS `#__mokosuiteevent_session_speakers`;
|
||
|
|
DROP TABLE IF EXISTS `#__mokosuiteevent_sessions`;
|
||
|
|
DROP TABLE IF EXISTS `#__mokosuiteevent_sponsors`;
|
||
|
|
DROP TABLE IF EXISTS `#__mokosuiteevent_speakers`;
|
||
|
|
DROP TABLE IF EXISTS `#__mokosuiteevent_venues`;
|
||
|
|
DROP TABLE IF EXISTS `#__mokosuiteevent_tickets`;
|
||
|
|
DROP TABLE IF EXISTS `#__mokosuiteevent_registrations`;
|
||
|
|
DROP TABLE IF EXISTS `#__mokosuiteevent_ticket_types`;
|
||
|
|
DROP TABLE IF EXISTS `#__mokosuiteevent_events`;
|