Skip to content

Commit 869694c

Browse files
authored
Add ManageVersion property to all module.properties files (#883)
1 parent ce4c7c9 commit 869694c

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

EHR_App/module.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
ModuleClass: org.labkey.ehr_app.EHR_AppModule
2+
ManageVersion: true

EHR_Purchasing/module.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
ModuleClass: org.labkey.ehr_purchasing.EHR_PurchasingModule
22
License: Apache 2.0
33
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
4+
ManageVersion: true

EHR_SM/module.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Description: Adds additional EHR related data to Sample Manager. Provides ETL fo
44
License: Apache 2.0
55
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
66
SupportedDatabases: mssql, pgsql
7+
ManageVersion: true

ehr/module.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ ModuleClass: org.labkey.ehr.EHRModule
22
License: Apache 2.0
33
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
44
SupportedDatabases: mssql, pgsql
5+
ManageVersion: true

ehr_billing/module.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ ModuleClass: org.labkey.ehr_billing.EHR_BillingModule
22
License: Apache 2.0
33
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
44
SupportedDatabases: mssql, pgsql
5+
ManageVersion: true

0 commit comments

Comments
 (0)