From f0e2ae341d42ee3e592bb28ea49e32f9b77f3145 Mon Sep 17 00:00:00 2001 From: mbentz Date: Tue, 12 Jan 2021 13:15:39 -0500 Subject: [PATCH] Removes block that deletes schema on disable --- ExternalModule.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ExternalModule.php b/ExternalModule.php index eb889ec..42499b9 100644 --- a/ExternalModule.php +++ b/ExternalModule.php @@ -42,13 +42,6 @@ function redcap_module_system_enable($version) { EntityDB::buildSchema($this->PREFIX); } - /** - * @inheritdoc. - */ - function redcap_module_system_disable($version) { - EntityDB::dropSchema($this->PREFIX); - } - function redcap_entity_types() { $types = [];