added another fields to admin view to target list controller and model. Also improve compiler to add these new custom script to correct areas
This commit is contained in:
2
admin/sql/updates/mysql/2.3.5.sql
Normal file
2
admin/sql/updates/mysql/2.3.5.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `#__componentbuilder_admin_view` ADD `php_controller_list` MEDIUMTEXT NOT NULL AFTER `php_controller`;
|
||||
ALTER TABLE `#__componentbuilder_admin_view` ADD `php_model_list` MEDIUMTEXT NOT NULL AFTER `php_model`;
|
Reference in New Issue
Block a user