Skip to content

Commit c92ef5c

Browse files
committed
nulls last
1 parent 81bed46 commit c92ef5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/harvard/iq/dataverse/DatasetVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public enum VersionState {
217217
private List<WorkflowComment> workflowComments;
218218

219219
@OneToMany(mappedBy = "datasetVersion", cascade = CascadeType.ALL, orphanRemoval = true)
220-
@OrderBy("createTime DESC")
220+
@OrderBy("createTime DESC NULLS LAST")
221221
private List<CurationStatus> curationStatuses = new ArrayList<>();
222222

223223
@Transient

0 commit comments

Comments
 (0)