Added #31 feature to build fields and views dynamically via a sql dump. Fixed #29 to insure that a redirect loop does not occur easily. Made many other compiler improvements.
This commit is contained in:
2
admin/sql/updates/mysql/2.2.5.sql
Normal file
2
admin/sql/updates/mysql/2.2.5.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `#__componentbuilder_component` ADD `buildcomp` TINYINT(1) NOT NULL DEFAULT '0' AFTER `bom`,
|
||||
ADD `buildcompsql` MEDIUMTEXT NOT NULL AFTER `buildcomp`;
|
Reference in New Issue
Block a user