From 33f76b7e412dd16794e59b5b77a7b7cff84ffa2a Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Mon, 18 Nov 2024 22:10:01 -0800 Subject: [PATCH] Remove SupportedDatabases property now that default is PostgreSQL-only (#461) --- SkylineToolsStore/module.properties | 1 - lincs/module.properties | 1 - nextflow/module.properties | 1 - panoramapublic/module.properties | 3 +-- pwebdashboard/module.properties | 2 +- signup/module.properties | 1 - testresults/module.properties | 1 - 7 files changed, 2 insertions(+), 8 deletions(-) diff --git a/SkylineToolsStore/module.properties b/SkylineToolsStore/module.properties index 0174754c..dc5a2c5b 100644 --- a/SkylineToolsStore/module.properties +++ b/SkylineToolsStore/module.properties @@ -1,3 +1,2 @@ ModuleClass: org.labkey.skylinetoolsstore.SkylineToolsStoreModule -SupportedDatabases: pgsql ManageVersion: false diff --git a/lincs/module.properties b/lincs/module.properties index b4441f9f..46aa52dc 100644 --- a/lincs/module.properties +++ b/lincs/module.properties @@ -4,5 +4,4 @@ Description: This module contains the functionality \ for the LINCS project on PanoramaWeb. License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: pgsql ManageVersion: false diff --git a/nextflow/module.properties b/nextflow/module.properties index be867ce9..e829330b 100644 --- a/nextflow/module.properties +++ b/nextflow/module.properties @@ -4,5 +4,4 @@ Description: This module provides the functionality \ for running the NextFlow pipeline jobs on PanoramaWeb. License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: pgsql ManageVersion: false diff --git a/panoramapublic/module.properties b/panoramapublic/module.properties index 3890bbcd..92dd39e9 100644 --- a/panoramapublic/module.properties +++ b/panoramapublic/module.properties @@ -4,5 +4,4 @@ Description: Module for the Panorama Public repository on PanoramaWeb URL: https://panoramaweb.org/public.url License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: pgsql -ManageVersion: false \ No newline at end of file +ManageVersion: false diff --git a/pwebdashboard/module.properties b/pwebdashboard/module.properties index ff3a6c16..fe6f4122 100644 --- a/pwebdashboard/module.properties +++ b/pwebdashboard/module.properties @@ -5,4 +5,4 @@ Description: Queries and code to render PanoramaWeb usage charts. URL: https://panoramaweb.org/wiki/home/page.view?name=Dashboard License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: pgsql + diff --git a/signup/module.properties b/signup/module.properties index 719b964f..6c378e3f 100644 --- a/signup/module.properties +++ b/signup/module.properties @@ -1,3 +1,2 @@ ModuleClass: org.labkey.signup.SignUpModule -SupportedDatabases: pgsql ManageVersion: false diff --git a/testresults/module.properties b/testresults/module.properties index 832e676b..c1b67c43 100644 --- a/testresults/module.properties +++ b/testresults/module.properties @@ -1,3 +1,2 @@ ModuleClass: org.labkey.testresults.TestResultsModule -SupportedDatabases: pgsql ManageVersion: false