Remove unused columns from wp_participants_database table
-
The database table
wp_participants_database
has many columns that are no longer used and aren’t listed in thewp_participants_database_fields
table. These are columns whose names I changed, sometimes several times, by deleting them in the Manage Database Fields page and creating new ones.It seems that deleting them in this way does not automatically remove them from the underlying database. Is there any way in the PDB interface to tidy the database by removing all unused columns? Alternatively do you have any SQL that I could run through phpMyAdmin to remove all the columns that are no longer used? I could go through them all by hand, but as the names of the old unused columns are similar to the names of the new ones this would be error prone.
- The topic ‘Remove unused columns from wp_participants_database table’ is closed to new replies.