Jobs and Experts DB Tables

We uninstalled Jobs and Experts plugin, but did not see any relevant DB tables deleted. We assume you purposely do not delete the relevant plugin tables after uninstalling wpmu plugins?

Could you list all Jobs and Experts – dependent DB tables – so we can manually delete them?

Please Advise…

  • Rupok
    • Ex Staff

    Hi VirtualArtists, hope you are having a wonderful day.

    This is expected behavior so if you ever install this plugin again, you don’t loose anything, job details, expert profiles anything.

    If you want to remove all unused database tables, you can use this plugin: https://wordpress.org/plugins/wpdbspringclean/

    Please take a full backup before you try this so you can always revert to current state if anything goes wrong.

    If you still want to get the list of tables created by Jobs and Experts, I’ll ping our developer. Can you please confirm you need this?

    I’m looking forward to hear from you and resolve this issue as soon as possible.

    Have a nice day. Cheers!

    Rupok

  • SoftArt
    • The Crimson Coder

    Hi : Yes – please send a list of any DB tables created by plugin – Jobs and Experts:

    Is there any list anywhere that details what DB tables each plugin creates?

    In order to run a smooth DB, with minimal conflicts, down time, bugs, or data loss, we need to understand exactly what is going on inside our WP database.

    Great Support – Please Advise…

  • Kasia Swiderska
    • Support nomad

    Hello VirtualArtists,

    Is there any list anywhere that details what DB tables each plugin creates?

    No that list is not available. Some of our plugins, like Membership 2 Pro are not creating own tabled in database. They operate only on default WordPress tables.

    As for Jobs&Experts – it creates two tables: mm_conversation and mm_status (in your database there will be also prefix before that names). Rest of the data is kept in default WordPress tables.

    I think quickest way to check what tables plugin is creating is to look for “CREATE TABLE” text string in all plugin files in text editor (I’m using SublimeText). It will show results like that

    [attachments are only viewable by logged-in members]

    kind regards,

    Kasia