Resolved #9 Layout Issue - Custom Lookup Field.
This commit is contained in:
@ -229,6 +229,7 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_custom_admin_view` (
|
||||
`default` TEXT NOT NULL DEFAULT '',
|
||||
`description` VARCHAR(255) NOT NULL DEFAULT '',
|
||||
`dynamic_get` INT(11) NOT NULL DEFAULT '0',
|
||||
`icon` CHAR(64) NOT NULL DEFAULT '',
|
||||
`js_document` TEXT NOT NULL DEFAULT '',
|
||||
`main_get` INT(11) NOT NULL DEFAULT '0',
|
||||
`name` VARCHAR(255) NOT NULL DEFAULT '',
|
||||
|
3
admin/sql/updates/mysql/2.1.14.sql
Normal file
3
admin/sql/updates/mysql/2.1.14.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE `#__componentbuilder_custom_admin_view` ADD `icon` CHAR(64) NOT NULL DEFAULT '' AFTER `dynamic_get`;
|
||||
ALTER TABLE `#__componentbuilder_component` CHANGE `version_update` `version_update` MEDIUMTEXT NOT NULL;
|
||||
|
1
admin/sql/updates/mysql/2.1.15.sql
Normal file
1
admin/sql/updates/mysql/2.1.15.sql
Normal file
@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user