2 lines
103 B
SQL
2 lines
103 B
SQL
ALTER TABLE `#__supportgroups_additional_info` CHANGE `type` `info_type` INT(11) NOT NULL DEFAULT '0';
|