bradymiller wrote on Sunday, September 16, 2007:
hey,
Noted below error when running the 2_8_2-to-2_8_3_upgrade.sql script:
ERROR 1146 (42S02) at line 39: Table ‘openemr.form_football_injury_audit’ doesn’t exist
After deleting the below section in the 2_8_2-to-2_8_3_upgrade.sql file, no more errors:
ALTER TABLE form_football_injury_audit
ADD `fimatchtype` int(11) NOT NULL DEFAULT 0;
Is this table ‘form_football_injury_audit’ supposed to be in the default install of OpenEMR?
-brady