From eaa2b409dd6ab567f45f8399dea56e92377f0630 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Mon, 18 Nov 2024 16:49:47 -0800 Subject: [PATCH] Remove SupportedDatabases property now that default is PostgreSQL-only --- microarray/module.properties | 1 - viability/module.properties | 1 - 2 files changed, 2 deletions(-) diff --git a/microarray/module.properties b/microarray/module.properties index e474ae943..9e7e9249e 100644 --- a/microarray/module.properties +++ b/microarray/module.properties @@ -6,4 +6,3 @@ Organization: LabKey OrganizationURL: https://www.labkey.com/ License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: pgsql diff --git a/viability/module.properties b/viability/module.properties index 82cf5efec..691835c2b 100644 --- a/viability/module.properties +++ b/viability/module.properties @@ -6,4 +6,3 @@ Organization: LabKey OrganizationURL: https://www.labkey.com/ License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: pgsql