Added Dynamic Router Implementation to resolve gh-74
This commit is contained in:
3
admin/sql/updates/mysql/2.6.12.sql
Normal file
3
admin/sql/updates/mysql/2.6.12.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE `#__componentbuilder_dynamic_get` ADD `add_php_router_parse` TINYINT(1) NOT NULL DEFAULT 0 AFTER `add_php_getlistquery`;
|
||||
|
||||
ALTER TABLE `#__componentbuilder_dynamic_get` ADD `php_router_parse` MEDIUMTEXT NOT NULL AFTER `php_getlistquery`;
|
Reference in New Issue
Block a user