changed component table name to joomla-component to add history/version tracking back to components

This commit is contained in:
2017-02-16 16:02:23 +02:00
parent 79ab3164a6
commit a197f503a9
231 changed files with 4445 additions and 4289 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
DROP TABLE IF EXISTS `#__componentbuilder_component`;
DROP TABLE IF EXISTS `#__componentbuilder_joomla_component`;
DROP TABLE IF EXISTS `#__componentbuilder_admin_view`;
DROP TABLE IF EXISTS `#__componentbuilder_custom_admin_view`;
DROP TABLE IF EXISTS `#__componentbuilder_site_view`;

View File

@ -0,0 +1 @@
RENAME TABLE `#__componentbuilder_component` to `#__componentbuilder_joomla_component`;