Stable release of the automatic import of custom code, and the JCB manual placeholder implementation resolves #37 please view https://youtu.be/KiAtJawZ3oo
This commit is contained in:
@ -527,6 +527,7 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_custom_code` (
|
||||
`hashtarget` VARCHAR(64) NOT NULL DEFAULT '',
|
||||
`not_required` INT(1) NOT NULL DEFAULT '0',
|
||||
`path` TEXT NOT NULL,
|
||||
`system_name` VARCHAR(255) NOT NULL DEFAULT '',
|
||||
`target` TINYINT(1) NOT NULL DEFAULT '0',
|
||||
`to_line` VARCHAR(100) NOT NULL DEFAULT '',
|
||||
`type` TINYINT(1) NOT NULL DEFAULT '0',
|
||||
|
1
admin/sql/updates/mysql/2.3.1.sql
Normal file
1
admin/sql/updates/mysql/2.3.1.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE `#__componentbuilder_custom_code` ADD `system_name` VARCHAR(255) NOT NULL DEFAULT '' AFTER `path`;
|
Reference in New Issue
Block a user