Closed karimkkanji closed 3 years ago
The fix for this would be to run the following:
USE openmrs;
CREATE TABLE IF NOT EXISTS `radiology_department_investigations` (
`department_id` int(11) NOT NULL DEFAULT '0',
`concept_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`department_id`,`concept_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;