From 41ac2490292e4969c54dbd958e4e5f5dc87e2b25 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Mon, 18 Nov 2024 16:49:53 -0800 Subject: [PATCH] Remove SupportedDatabases property now that default is PostgreSQL-only --- EHR_App/module.properties | 1 - EHR_Purchasing/module.properties | 1 - 2 files changed, 2 deletions(-) diff --git a/EHR_App/module.properties b/EHR_App/module.properties index cdb337b0d..0b0d3651f 100644 --- a/EHR_App/module.properties +++ b/EHR_App/module.properties @@ -1,2 +1 @@ ModuleClass: org.labkey.ehr_app.EHR_AppModule -SupportedDatabases: pgsql \ No newline at end of file diff --git a/EHR_Purchasing/module.properties b/EHR_Purchasing/module.properties index 323eeff8e..a51350f94 100644 --- a/EHR_Purchasing/module.properties +++ b/EHR_Purchasing/module.properties @@ -1,4 +1,3 @@ ModuleClass: org.labkey.ehr_purchasing.EHR_PurchasingModule -SupportedDatabases: pgsql License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0