Component-Builder/admin/sql/updates/mysql/2.3.5.sql

3 lines
221 B
SQL

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`;