changed component table name to joomla-component to add history/version tracking back to components
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -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`;
|
||||
|
1
admin/sql/updates/mysql/2.3.4.sql
Normal file
1
admin/sql/updates/mysql/2.3.4.sql
Normal file
@ -0,0 +1 @@
|
||||
RENAME TABLE `#__componentbuilder_component` to `#__componentbuilder_joomla_component`;
|
Reference in New Issue
Block a user