I have a database created with PHPMagic which has a users table.
I've now upgraded to the Plus version which has its own membership_users table, and I'd like to link my other tables to this one rather than the original.
1. Can anyone please advise what code to change within the other files to change the table id's so they link to the new table.
2. I appreciate there are other obvious changes that need to be made on links etc. but are there any other important references that need to be changed within the files created by PHPMagic.
3. Is it possible to add additional fields to the membership_users table. I know I can add these via phpMyAdmin but any changes there don't appear to have been picked up, any advice on what other files to change would be appreciated.