Skip to content

Instantly share code, notes, and snippets.

@tertek
Created January 18, 2021 15:45
Show Gist options
  • Save tertek/c1c6c8b65c99dc49ad53c0639fbb1b5b to your computer and use it in GitHub Desktop.
Save tertek/c1c6c8b65c99dc49ad53c0639fbb1b5b to your computer and use it in GitHub Desktop.
SQL to reset REDCap EM Big Data Import Module when stuck.
delete from redcap_external_module_settings
where `project_id`= 14 and `external_module_id` = 9
and `key` <> "enabled"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment