Added the updating sql files, sorry!
This commit is contained in:
4
admin/sql/updates/mysql/2.1.18.sql
Normal file
4
admin/sql/updates/mysql/2.1.18.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `#__componentbuilder_admin_view` ADD `add_php_before_publish` TINYINT(1) NOT NULL DEFAULT '0' AFTER `add_php_before_delete`;
|
||||
ALTER TABLE `#__componentbuilder_admin_view` ADD `php_before_publish` MEDIUMTEXT NOT NULL AFTER `php_before_delete`;
|
||||
ALTER TABLE `#__componentbuilder_admin_view` ADD `add_php_after_publish` TINYINT(1) NOT NULL DEFAULT '0' AFTER `add_php_after_delete`;
|
||||
ALTER TABLE `#__componentbuilder_admin_view` ADD `php_after_publish` MEDIUMTEXT NOT NULL AFTER `php_after_delete`;
|
Reference in New Issue
Block a user