Skip to content

Commit

Permalink
fix: collaboration entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Jun 11, 2024
1 parent 596f2b3 commit 6ccecfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class Collaboration implements Serializable {
@JoinColumn(name = "file_id", nullable = false)
private File file;

@Enumerated(EnumType.STRING)
@Enumerated(EnumType.ORDINAL)
@Column(name = "role")
private Role role;

Expand Down

0 comments on commit 6ccecfc

Please sign in to comment.