Skip to content

Commit ae4ffc1

Browse files
Merge 26.3 to 26.5
2 parents ad1662a + 44df5a5 commit ae4ffc1

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
-- Dropping ix_datasetstatus_experimentannotations [ExperimentAnnotationsId] because it overlaps with uq_datasetstatus_experimentannotations [ExperimentAnnotationsId]
2+
DROP INDEX panoramapublic.ix_datasetstatus_experimentannotations;
3+
-- Dropping ix_experimentannotations_shorturl [ShortUrl] because it overlaps with uq_experimentannotations_shorturl [ShortUrl]
4+
DROP INDEX panoramapublic.ix_experimentannotations_shorturl;
5+
-- Dropping ix_speclibinfo_experimentannotations [experimentAnnotationsId] because it overlaps with uq_speclibinfo [experimentAnnotationsId, librarytype, name, filenamehint, skylinelibraryid, revision]
6+
DROP INDEX panoramapublic.ix_speclibinfo_experimentannotations;
7+
-- Dropping ix_catalogentry_shorturl [ShortUrl] because it overlaps with uq_catalogentry_shorturl [ShortUrl]
8+
DROP INDEX panoramapublic.ix_catalogentry_shorturl;
9+
-- Dropping ix_experimentstructuralmodinfo_experimentannotationsid [ExperimentAnnotationsId] because it overlaps with uq_experimentstructuralmodinfo [ExperimentAnnotationsId, ModId]
10+
DROP INDEX panoramapublic.ix_experimentstructuralmodinfo_experimentannotationsid;
11+
-- Dropping ix_journalexperiment_journal [JournalId] because it overlaps with uq_journalexperiment [JournalId, ExperimentAnnotationsId]
12+
DROP INDEX panoramapublic.ix_journalexperiment_journal;
13+
-- Dropping ix_experimentisotopemodinfo_experimentannotationsid [ExperimentAnnotationsId] because it overlaps with uq_experimentisotopemodinfo [ExperimentAnnotationsId, ModId]
14+
DROP INDEX panoramapublic.ix_experimentisotopemodinfo_experimentannotationsid;

panoramapublic/src/org/labkey/panoramapublic/PanoramaPublicModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public String getName()
9494
@Override
9595
public @Nullable Double getSchemaVersion()
9696
{
97-
return 25.004;
97+
return 25.005;
9898
}
9999

100100
@Override
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Dropping testrunid_unqiue [id] because it overlaps with pk_testruns [id]
2+
ALTER TABLE testresults.testruns DROP CONSTRAINT testrunid_unqiue;

testresults/src/org/labkey/testresults/TestResultsModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public String getName()
6464
@Override
6565
public @Nullable Double getSchemaVersion()
6666
{
67-
return 13.40;
67+
return 13.401;
6868
}
6969

7070
@Override

0 commit comments

Comments
 (0)