There is a pending schema migration which I can't fix

Yes I was in the middle of doing that but then I ran into this error:

mysql> DROP TABLE director_datafield;
ERROR 3730 (HY000): Cannot drop table 'director_datafield' referenced by a foreign key constraint 'icinga_command_field_datafield' on table 'icinga_command_field'.

And that’s not a director table, at least from what it seems based on the table name not having ‘director’ in it. I then tried to uninstall following suggestions here, but there is no separate ‘director’ database just icinga and icingausers.

I started it a few days ago and Google led me here based on the error message.