ALTER TABLE `#__kunena_topics`
  ADD `label_id` int(11) NOT NULL default '0'
  AFTER `icon_id`;
