I think I had some custom fields that were created and deleted some “unofficial” way so I end up with a quite annoying error when trying to delete the site with MSM.
A Database Error Occurred
Error Number: 1091
Can't DROP 'field_id_16'; check that column/key exists
ALTER TABLE exp_channel_data DROP COLUMN field_id_16
Filename: /var/lib/expressionengine/codeigniter/system/database/DB_driver.php
Line Number: 330I tried going through and adding the column manually in the database but I think it’s dropping the column I manual created, and then hanging up on another column so I have to recreate all of the columns each time. It will go though 16, 17, 18, 19, 20 and also toggle between _id_ and _ft_.
It’s rather tedious to explain further but MSM shouldn’t be failing if a column is already toast, just skip and continue with the deletion of the rest of the columns. Any ideas on how to work around this this one time? Should I submit a bug to MSM?