From dfe83e99803eb71b43e066b3a240967e7cf9d086 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Mon, 18 Nov 2024 16:50:11 -0800 Subject: [PATCH] Remove SupportedDatabases property now that default is PostgreSQL-only --- module.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/module.properties b/module.properties index f85103a6e..44e0965fa 100644 --- a/module.properties +++ b/module.properties @@ -1,4 +1,3 @@ ModuleClass: org.labkey.cds.CDSModule -SupportedDatabases: pgsql License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0