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
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public String getName()
@Override
public @Nullable Double getSchemaVersion()
{
return 25.003;
return 26.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion api/src/org/labkey/api/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class Constants
*/
public static double getLowestSchemaVersion()
{
return 25.000;
return 26.000;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion assay/src/org/labkey/assay/AssayModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.002;
return 26.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion audit/src/org/labkey/audit/AuditModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.001;
return 26.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion core/module.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: Core
ModuleClass: org.labkey.core.CoreModule
SchemaVersion: 25.010
SchemaVersion: 26.000
Label: Administration and Essential Services
Description: The Core module provides central services such as login, \
security, administration, folder management, user management, \
Expand Down
2 changes: 1 addition & 1 deletion experiment/src/org/labkey/experiment/ExperimentModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.016;
return 26.000;
}

@Nullable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.000;
return 26.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion issues/src/org/labkey/issue/IssuesModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.001;
return 26.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion list/src/org/labkey/list/ListModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.000;
return 26.000;
}

// Note: ExperimentModule handles the list schema
Expand Down
2 changes: 1 addition & 1 deletion mothership/src/org/labkey/mothership/MothershipModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.003;
return 26.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion pipeline/src/org/labkey/pipeline/PipelineModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.000;
return 26.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion query/src/org/labkey/query/QueryModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.001;
return 26.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion search/src/org/labkey/search/SearchModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.001;
return 26.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion study/src/org/labkey/study/StudyModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.005;
return 26.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion survey/src/org/labkey/survey/SurveyModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 25.000;
return 26.000;
}

@Override
Expand Down