Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SequenceNum/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ 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

1 change: 1 addition & 0 deletions atlastools/module.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Name: atlastools
RequiredServerVersion: 12.20
SupportedDatabases: pgsql
2 changes: 2 additions & 0 deletions customLogin/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ 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

1 change: 1 addition & 0 deletions hvtnFlow/module.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Name: hvtnFlow
RequiredServerVersion: 10.20
SupportedDatabases: pgsql

1 change: 1 addition & 0 deletions viscstudies/module.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ModuleClass: org.labkey.viscstudies.ViscStudiesModule
SupportedDatabases: pgsql
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import org.labkey.test.util.LoggedParam;
import org.labkey.test.util.OptionalFeatureHelper;
import org.labkey.test.util.PortalHelper;
import org.labkey.test.util.PostgresOnlyTest;
import org.labkey.test.util.StudyHelper;

import java.io.File;
Expand All @@ -53,7 +54,7 @@

@Category({CustomModules.class})
@BaseWebDriverTest.ClassTimeout(minutes = 20)
public class CAVDStudyTest extends StudyBaseTest
public class CAVDStudyTest extends StudyBaseTest implements PostgresOnlyTest
{
private static final String PROJECT_NAME = "CAVDStudyTest Project";
private static final String FOLDER_NAME = "CAVDStudyTest Folder";
Expand Down