Implementation of the switches and update the update server.

This commit is contained in:
2017-02-02 14:17:31 +02:00
parent 655708cfa3
commit e0efef54e9
169 changed files with 218 additions and 181 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `#__componentbuilder_component` ADD `add_placeholders` TINYINT(1) NOT NULL DEFAULT '0' AFTER `add_php_preflight_update`;
ALTER TABLE `#__componentbuilder_component` ADD `mvc_versiondate` TINYINT(1) NOT NULL DEFAULT '0' AFTER `license_type`;