Removing indexes
One or more of the indexes being dropped was not found If this query has already been run successfully, then this error can be safely ignored.  If in doubt, check the indexes in mysql and ensure that they are correct

	ALTER TABLE post
	  DROP INDEX title

Can't DROP 'title'; check that column/key exists


One or more of the indexes being dropped was not found If this query has already been run successfully, then this error can be safely ignored.  If in doubt, check the indexes in mysql and ensure that they are correct

	ALTER TABLE groupmessage
		DROP INDEX gm_ft

Can't DROP 'gm_ft'; check that column/key exists


One or more of the indexes being dropped was not found If this query has already been run successfully, then this error can be safely ignored.  If in doubt, check the indexes in mysql and ensure that they are correct

	ALTER TABLE socialgroup
		DROP INDEX name

Can't DROP 'name'; check that column/key exists