From a5ffbf965d2c15f8e98f5296e5fe45137ad56860 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Wed, 8 Jan 2025 14:54:11 -0800 Subject: [PATCH] Add ManageVersion property to all module.properties files --- EHR_App/module.properties | 1 + EHR_Purchasing/module.properties | 1 + EHR_SM/module.properties | 1 + ehr/module.properties | 1 + ehr_billing/module.properties | 1 + 5 files changed, 5 insertions(+) diff --git a/EHR_App/module.properties b/EHR_App/module.properties index 0b0d3651f..584641fcc 100644 --- a/EHR_App/module.properties +++ b/EHR_App/module.properties @@ -1 +1,2 @@ ModuleClass: org.labkey.ehr_app.EHR_AppModule +ManageVersion: true diff --git a/EHR_Purchasing/module.properties b/EHR_Purchasing/module.properties index a51350f94..7ab45a7a9 100644 --- a/EHR_Purchasing/module.properties +++ b/EHR_Purchasing/module.properties @@ -1,3 +1,4 @@ ModuleClass: org.labkey.ehr_purchasing.EHR_PurchasingModule License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 +ManageVersion: true diff --git a/EHR_SM/module.properties b/EHR_SM/module.properties index e3fe5ff81..bc4949137 100644 --- a/EHR_SM/module.properties +++ b/EHR_SM/module.properties @@ -4,3 +4,4 @@ Description: Adds additional EHR related data to Sample Manager. Provides ETL fo License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 SupportedDatabases: mssql, pgsql +ManageVersion: true diff --git a/ehr/module.properties b/ehr/module.properties index 51da7d1ac..e0f6b25f0 100644 --- a/ehr/module.properties +++ b/ehr/module.properties @@ -2,3 +2,4 @@ ModuleClass: org.labkey.ehr.EHRModule License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 SupportedDatabases: mssql, pgsql +ManageVersion: true diff --git a/ehr_billing/module.properties b/ehr_billing/module.properties index 1b732551d..96eec0eaa 100644 --- a/ehr_billing/module.properties +++ b/ehr_billing/module.properties @@ -2,3 +2,4 @@ ModuleClass: org.labkey.ehr_billing.EHR_BillingModule License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 SupportedDatabases: mssql, pgsql +ManageVersion: true