resource module needs upgrading
(mysql): UPDATE md_resource SET options = 'objectframe' WHERE (UPPER(reference) LIKE '%.PDF'
OR UPPER(reference) LIKE '%.FDF'
OR UPPER(reference) LIKE '%.XDP'
OR UPPER(reference) LIKE '%.XFD'
OR UPPER(reference) LIKE '%.XFDF')
AND type='file' AND popup = ''
AND ( options = '' OR options = 'frame')
Success
resource tables have been set up correctly
workshop module needs upgrading
(mysql): SELECT wa.id
FROM md_workshop_assessments wa
LEFT JOIN md_workshop_submissions ws ON wa.submissionid = ws.id
WHERE ws.id IS NULL
workshop tables have been set up correctly