Hi, I upgraded to the latest since yesterday. Now account creation throws an error 1146. Please advice
--------------
1146 Table 'xxxxx_xxxx.jos_social_privacy' doesn't exist SQL=INSERT INTO `xuy_social_privacy_items` (`privacy_id`, `user_id`, `uid`, `type`, `value`) SELECT `d`.`id` AS `privacy_id`, '159' AS `user_id`, `a`.`id` AS `uid`, `d`.`type`, `d`.`value` FROM `xuy_social_fields` AS `a` LEFT JOIN `xuy_social_fields_steps` AS `b` ON `b`.`id` = `a`.`step_id` LEFT JOIN `xuy_social_apps` AS `c` ON `c`.`id` = `a`.`app_id` LEFT JOIN (select pi.`id`, pi.type, pi.rule, ifnull(pim.`value`, pi.value) as `value` from jos_social_privacy as pi left join jos_social_privacy_map as pim on pi.`id` = pim.`privacy_id` and pim.`utype` = 'profiles' and pim.`uid` = '1' where pi.`type` = 'field') AS `d` ON `d`.`rule` = `c`.`element` WHERE `d`.`type` = 'field' AND `b`.`type` = 'profiles' AND `b`.`uid` = '1' AND `a`.`id` NOT IN (SELECT `e`.`uid` FROM `xuy_social_privacy_items` AS `e` WHERE `e`.`type` = 'field' AND `e`.`user_id` = '159')
--------------
1146 Table 'xxxxx_xxxx.jos_social_privacy' doesn't exist SQL=INSERT INTO `xuy_social_privacy_items` (`privacy_id`, `user_id`, `uid`, `type`, `value`) SELECT `d`.`id` AS `privacy_id`, '159' AS `user_id`, `a`.`id` AS `uid`, `d`.`type`, `d`.`value` FROM `xuy_social_fields` AS `a` LEFT JOIN `xuy_social_fields_steps` AS `b` ON `b`.`id` = `a`.`step_id` LEFT JOIN `xuy_social_apps` AS `c` ON `c`.`id` = `a`.`app_id` LEFT JOIN (select pi.`id`, pi.type, pi.rule, ifnull(pim.`value`, pi.value) as `value` from jos_social_privacy as pi left join jos_social_privacy_map as pim on pi.`id` = pim.`privacy_id` and pim.`utype` = 'profiles' and pim.`uid` = '1' where pi.`type` = 'field') AS `d` ON `d`.`rule` = `c`.`element` WHERE `d`.`type` = 'field' AND `b`.`type` = 'profiles' AND `b`.`uid` = '1' AND `a`.`id` NOT IN (SELECT `e`.`uid` FROM `xuy_social_privacy_items` AS `e` WHERE `e`.`type` = 'field' AND `e`.`user_id` = '159')