Skip to content

Instantly share code, notes, and snippets.

@mkolb
Created June 20, 2012 16:26
Show Gist options
  • Save mkolb/2960777 to your computer and use it in GitHub Desktop.
Save mkolb/2960777 to your computer and use it in GitHub Desktop.
queries to fix engage 1.3 migration
drop table mdl_deltak_terms, mdl_deltak_programs, mdl_deltak_master_courses, mdl_deltak_course_mappings, mdl_deltak_section_mappings, mdl_extras;
delete from mdl_capabilities where name='mod/extras:manage_extras';
insert into mdl_capabilities (name,captype,contextlevel,component) values('mod/extras:manage_extras','read','70','mod_extras');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment