Yes, thanks for that link! I should have remembered that the sql file was a 'clean' schema install.
You will still need to add the `bots_version` column to the `db_version` table - which occurs in eqemu_update.pl.
Code:
ALTER TABLE db_version ADD bots_version int(11) DEFAULT '0' AFTER version;
If you manually run the '...09_30_bots' sql above, you will need to change the bots_version value to '9000'
Hopefully, that will kick the bots versioning into gear and you can update to the required '9006' schema..otherwise, you'll need to manually apply those updates.