Skip to content

Commit

Permalink
Add warning not to change orderBy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Dec 11, 2024
1 parent 22fba7e commit ee46f4e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ class SubmissionDatabaseService(
organism,
)
}
// The order by on versions MUST NOT be removed as earliestReleaseDateFinder relies on ordered versions
.orderBy(
SequenceEntriesView.accessionColumn to SortOrder.ASC,
SequenceEntriesView.versionColumn to SortOrder.ASC,
Expand Down

0 comments on commit ee46f4e

Please sign in to comment.