resolve gh-115 to allow excluding of folders and files in the repository folder
This commit is contained in:
3
admin/sql/updates/mysql/2.5.2.sql
Normal file
3
admin/sql/updates/mysql/2.5.2.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE `#__componentbuilder_admin_view` ADD `add_php_before_save` TINYINT(1) NOT NULL DEFAULT 0 AFTER `add_php_before_publish`;
|
||||
|
||||
ALTER TABLE `#__componentbuilder_admin_view` ADD `php_before_save` MEDIUMTEXT NOT NULL AFTER `php_before_publish`;
|
1
admin/sql/updates/mysql/2.5.3.sql
Normal file
1
admin/sql/updates/mysql/2.5.3.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE `#__componentbuilder_joomla_component` ADD `toignore` TEXT NOT NULL AFTER `system_name`;
|
Reference in New Issue
Block a user