Skip to content

Commit

Permalink
Removed unique constraint for historic table
Browse files Browse the repository at this point in the history
  • Loading branch information
jorizci committed Aug 31, 2018
1 parent 0391e84 commit d6fdeca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class HistoricFileEntity extends InactiveAccessionEntity<FileModel, Long>
@Column(nullable = false)
private HashType hashType;

@Column(nullable = false, unique = true)
@Column(nullable = false)
private String hash;

HistoricFileEntity() {
Expand Down

0 comments on commit d6fdeca

Please sign in to comment.