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

3 lines
253 B
MySQL
Raw Normal View History

2016-09-07 21:37:07 +00:00
ALTER TABLE `#__componentbuilder_admin_view` ADD `add_php_getitems_after_all` TINYINT(1) NOT NULL DEFAULT '0' AFTER `add_php_getitems`;
ALTER TABLE `#__componentbuilder_admin_view` ADD `php_getitems_after_all` MEDIUMTEXT NOT NULL AFTER `php_getitems`;