Added the updating sql files, sorry!
This commit is contained in:
2
admin/sql/updates/mysql/2.1.16.sql
Normal file
2
admin/sql/updates/mysql/2.1.16.sql
Normal 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`;
|
1
admin/sql/updates/mysql/2.1.17.sql
Normal file
1
admin/sql/updates/mysql/2.1.17.sql
Normal file
@ -0,0 +1 @@
|
||||
|
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`;
|
1
admin/sql/updates/mysql/2.1.19.sql
Normal file
1
admin/sql/updates/mysql/2.1.19.sql
Normal file
@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user