ALTER TABLE `#__kunena_users`
  ADD `timestamp` int(11) NULL
  AFTER `avatar`;
