Added the option of placing tabs on the dashboard with custom scription options. All other changes are only random variable name and date changes (due to automation)
This commit is contained in:
3
admin/sql/updates/mysql/2.0.9.sql
Normal file
3
admin/sql/updates/mysql/2.0.9.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE `#__componentbuilder_component` ADD `add_php_dashboard_methods` TINYINT( 1 ) NOT NULL AFTER `add_sales_server` ,
|
||||
ADD `php_dashboard_methods` MEDIUMTEXT NOT NULL AFTER `add_php_dashboard_methods` ,
|
||||
ADD `dashboard_tab` TEXT NOT NULL AFTER `php_dashboard_methods` ;
|
Reference in New Issue
Block a user