http://www.bosicentral.com . If you haven't installed yet, just download the main file. The patch is for those who have already installed and need to upgrade.
v2.001
-- Changed the table types from Inno DB to MyISAM. One server had a MAJOR issue with Inno, so we didn't want to take the chance of the same thing happening to others. You'll need to run the upgrade_2001.sql script in PhPMyAdmin(or other MySQL tool) to make these changes. No data will be lost.
-- Changed the schedule importer. Since the table types changed, child tables aren't cleaned up after a record from the master table is deleted. Code was added to delete from bosi_SCHEDULE_INNINGS first, then bosi_SCHEDULE_GAME, then bosi_SCHEDULE.
-- Added the draft order report to the Reports menu
-- Added a home link on the main menu to get you to the index page
-- Changed the HOME link in the admin menu to go to the index page (news).
-- Added some code to the career importer resetting the default PhP execution time limit. Some customers were having issues with it timing out.