Change the field name form type to fieldtype in the field view.
This commit is contained in:
1
admin/sql/updates/mysql/2.1.1.sql
Normal file
1
admin/sql/updates/mysql/2.1.1.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE `#__componentbuilder_field` CHANGE `type` `fieldtype` INT( 11 ) NOT NULL DEFAULT '0';
|
Reference in New Issue
Block a user