Added the option to customize the import of data per view.
This commit is contained in:
4
admin/sql/updates/mysql/2.1.4.sql
Normal file
4
admin/sql/updates/mysql/2.1.4.sql
Normal file
@ -0,0 +1,4 @@
|
||||
ALTER TABLE `#__componentbuilder_admin_view` ADD `add_custom_import` TINYINT( 1 ) NOT NULL AFTER `add_css_views`,
|
||||
ADD `php_import_save` MEDIUMTEXT NOT NULL AFTER `php_getlistquery`,
|
||||
ADD `php_import_setdata` MEDIUMTEXT NOT NULL AFTER `php_import_save`,
|
||||
ADD `html_import_view` MEDIUMTEXT NOT NULL AFTER `description` ;
|
Reference in New Issue
Block a user