Skip to content
Snippets Groups Projects
Commit f1959a16 authored by jaapjansma's avatar jaapjansma
Browse files

Merge branch 'master' of lab.civicrm.org:extensions/dataprocessor

parents 51e2485a d37d3526
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,11 @@ use CRM_Dataprocessor_ExtensionUtil as E;
class CRM_Dataprocessor_Upgrader extends CRM_Dataprocessor_Upgrader_Base {
public function install() {
$this->executeSqlFile('sql/create_civicrm_data_processor.sql');
}
public function uninstall() {
$this->executeSqlFile('sql/uninstall.sql');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment