Improved the custom import option to include the display method override.

This commit is contained in:
2016-05-20 06:00:31 +01:00
parent 3b774a8385
commit d2aa1fce0b
370 changed files with 1695 additions and 1625 deletions

View File

@ -0,0 +1 @@
ALTER TABLE `#__componentbuilder_admin_view` ADD `php_import_display` MEDIUMTEXT NOT NULL AFTER `php_import`;