Floyd R Turbo
Well-known member
I'm doing a DNN -> XF conversion and I'm in the final stages. I have an existing membership structure with expiration dates and I am able to build the xf_user_upgrade_active table manually and import it, no problem. The issue is that the upgrade automatically adds a user to the user group "Paid Member" when you add a user manually or if they purchase the upgrade, but there I cannot seem to find a cron that I can run or a cache that I can rebuild to cause a member who had an upgrade added through SQL to be added to this group. Can this be done this way or am I stuck manually adding each member to the group after uploading the table?