generated from MokoConsulting/Template-Joomla
11 lines
348 B
SQL
11 lines
348 B
SQL
--
|
|
-- MokoSuite Auto — Uninstall
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `#__mokosuiteauto_service_orders`;
|
|
DROP TABLE IF EXISTS `#__mokosuiteauto_test_drives`;
|
|
DROP TABLE IF EXISTS `#__mokosuiteauto_tradeins`;
|
|
DROP TABLE IF EXISTS `#__mokosuiteauto_fi_products`;
|
|
DROP TABLE IF EXISTS `#__mokosuiteauto_deals`;
|
|
DROP TABLE IF EXISTS `#__mokosuiteauto_vehicles`;
|