From 39b40499e7bc5a5a71693fd5d39baeb8ed88eaac Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Mon, 18 Nov 2024 16:49:42 -0800 Subject: [PATCH] Remove SupportedDatabases property now that default is PostgreSQL-only --- SequenceNum/module.properties | 2 -- atlastools/module.properties | 1 - customLogin/module.properties | 2 -- hdrl/module.properties | 1 - hvtnFlow/module.properties | 2 -- peptideInventory/module.properties | 2 -- viscstudies/module.properties | 1 - 7 files changed, 11 deletions(-) diff --git a/SequenceNum/module.properties b/SequenceNum/module.properties index 48fda9b0..bcecf673 100644 --- a/SequenceNum/module.properties +++ b/SequenceNum/module.properties @@ -4,5 +4,3 @@ Description: For backwards compatibility with R views and exports, replaces \ the newer ParticipantVisit/Visit column in dataset grids with SequenceNum. License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: pgsql - diff --git a/atlastools/module.properties b/atlastools/module.properties index 08f05170..7cff41e8 100644 --- a/atlastools/module.properties +++ b/atlastools/module.properties @@ -1,3 +1,2 @@ Name: atlastools RequiredServerVersion: 12.20 -SupportedDatabases: pgsql diff --git a/customLogin/module.properties b/customLogin/module.properties index d631f77a..fe4648cb 100644 --- a/customLogin/module.properties +++ b/customLogin/module.properties @@ -4,5 +4,3 @@ Description: Provides a custom login page that's identical to the standard login Look and Feel Settings -> Alternative login page to "customLogin-login" License: Apache 2.0 LicenseURL: https://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: pgsql - diff --git a/hdrl/module.properties b/hdrl/module.properties index f698a845..78dc439e 100644 --- a/hdrl/module.properties +++ b/hdrl/module.properties @@ -1,2 +1 @@ ModuleClass: org.labkey.hdrl.HDRLModule -SupportedDatabases: pgsql diff --git a/hvtnFlow/module.properties b/hvtnFlow/module.properties index ffb98ca7..08ac4598 100644 --- a/hvtnFlow/module.properties +++ b/hvtnFlow/module.properties @@ -1,4 +1,2 @@ Name: hvtnFlow RequiredServerVersion: 10.20 -SupportedDatabases: pgsql - diff --git a/peptideInventory/module.properties b/peptideInventory/module.properties index 7785820b..73cac9d4 100644 --- a/peptideInventory/module.properties +++ b/peptideInventory/module.properties @@ -1,4 +1,2 @@ Name: PeptideInventory SchemaVersion: 24.000 -SupportedDatabases: pgsql - diff --git a/viscstudies/module.properties b/viscstudies/module.properties index dd44d96a..4d0b78f1 100644 --- a/viscstudies/module.properties +++ b/viscstudies/module.properties @@ -1,2 +1 @@ ModuleClass: org.labkey.viscstudies.ViscStudiesModule -SupportedDatabases: pgsql