From bb826c42e28541a5f4cbdaee7b30c9b2d0ab706a Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Thu, 14 Nov 2024 11:25:04 -0800 Subject: [PATCH] Mark modules as PostgreSQL-only --- ETLChemistryAnalyzer/module.properties | 3 ++- SelfRegistration/module.properties | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ETLChemistryAnalyzer/module.properties b/ETLChemistryAnalyzer/module.properties index 01915a82c..055dc617a 100644 --- a/ETLChemistryAnalyzer/module.properties +++ b/ETLChemistryAnalyzer/module.properties @@ -2,4 +2,5 @@ ModuleClass: org.labkey.ETLChemistryAnalyzer.ETLChemistryAnalyzerModule Label: ETL Chemistry Analyzer License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -ManageVersion: false \ No newline at end of file +ManageVersion: false +SupportedDatabases: pgsql diff --git a/SelfRegistration/module.properties b/SelfRegistration/module.properties index ebd49c461..f8198426a 100644 --- a/SelfRegistration/module.properties +++ b/SelfRegistration/module.properties @@ -6,4 +6,5 @@ URL: https://github.com/WNPRC-EHR-Services/wnprc-modules/SelfRegistration License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 Name: SelfRegistration -ManageVersion: false \ No newline at end of file +ManageVersion: false +SupportedDatabases: pgsql