Added the updating sql files, sorry!

This commit is contained in:
2016-09-07 23:37:07 +02:00
parent b8311078ac
commit 8fbd4f8701
366 changed files with 376 additions and 368 deletions

View File

@ -0,0 +1,2 @@
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`;

View File

@ -0,0 +1 @@

View 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`;

View File

@ -0,0 +1 @@