Skip to content

Commit 476c665

Browse files
committed
wip: work in progress
1 parent ddc2d92 commit 476c665

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/io/github/untalsanders/contacts/infrastructure/persistence/entity

1 file changed

+1
-1
lines changed

src/main/java/io/github/untalsanders/contacts/infrastructure/persistence/entity/ContactEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class ContactEntity {
1616
@Column(name = "id")
1717
private Long id;
1818

19-
@Column(nullable = false, unique = true)
19+
@Column(nullable = false)
2020
private String firstname;
2121

2222
private String lastname;

0 commit comments

Comments
 (0)