Skip to content

Commit

Permalink
Merge pull request #424 from iExecBlockchainComputing/hotfix/activate…
Browse files Browse the repository at this point in the history
…-mongo-constraint

Activate index constraint on Task entity
  • Loading branch information
zguesmi authored Sep 21, 2021
2 parents 9e4b9d0 + 06eea16 commit a9e6fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=6.0.0
version=6.0.1
iexecCommonVersion=5.4.0
nexusUser=fake
nexusPassword=fake
2 changes: 2 additions & 0 deletions src/main/java/com/iexec/core/task/Task.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.springframework.data.annotation.Version;
import org.springframework.data.mongodb.core.index.CompoundIndex;
import org.springframework.data.mongodb.core.index.Indexed;
import org.springframework.data.mongodb.core.mapping.Document;

import java.util.ArrayList;
import java.util.Date;
Expand All @@ -35,6 +36,7 @@

import static com.iexec.core.task.TaskStatus.CONSENSUS_REACHED;

@Document
@Getter
@Setter
@NoArgsConstructor
Expand Down

0 comments on commit a9e6fd6

Please sign in to comment.