We recently moved to a new host and we accidentally left the ALTER permissions off the db.
I found out because when I created a new custom field, it gave me an error but then seemingly created the new custom field anyway. Now when I try and delete the custom field, I get this error:
MySQL ERROR:
Error Number: 1091
Description: Can’t DROP ‘field_id_115’; check that column/key exists
Query: ALTER TABLE exp_weblog_data DROP COLUMN field_id_115
How can we delete this field from the database? I assume we’ll need to go into phpmyadmin, but I’m not exactly sure what I need to delete.
Currently I cannot update any posts that contain this custom field bc it doesn’t actually seem to exist.
Thanks,
John