2017-02-16 16:02:23 +02:00
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_joomla_component`;
|
2016-01-30 22:28:43 +02:00
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_admin_view`;
|
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_custom_admin_view`;
|
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_site_view`;
|
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_template`;
|
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_layout`;
|
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_dynamic_get`;
|
2017-02-01 15:17:04 +02:00
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_custom_code`;
|
2016-01-30 22:28:43 +02:00
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_snippet`;
|
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_field`;
|
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_fieldtype`;
|
2017-04-05 14:21:10 +01:00
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_language_translation`;
|
2017-04-03 11:58:41 +01:00
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_language`;
|
2017-08-25 02:46:12 +01:00
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_ftp`;
|
2016-01-30 22:28:43 +02:00
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_help_document`;
|
2017-10-13 01:14:17 +02:00
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_admin_fields`;
|
|
|
|
DROP TABLE IF EXISTS `#__componentbuilder_admin_fields_conditions`;
|