Email should not yet be unique in database

This commit is contained in:
William Bouzourène 2026-04-30 15:01:12 +02:00
parent cc203dd57f
commit a6b926c9bf
Signed by: bouzoure
GPG key ID: 423440D735B56BE2

View file

@ -13,7 +13,7 @@ type Person struct {
IsContact bool
FirstName string
LastName string
Email string `gorm:"unique"`
Email string
Phone string
Mobile string
Address1 string