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

Fixed bug with upgrader

parent 48ca7d4e
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