This commit is contained in:
Melody Becker 2025-04-05 22:00:07 +02:00
parent 9cca79ec4c
commit 5a032d2007
Signed by: mstar
SSH key fingerprint: SHA256:vkXfS9FG2pVNVfvDrzd1VW9n8VJzqqdKQGljxxX8uK8

View file

@ -7,5 +7,5 @@ type UserToPronoun struct {
ID uint64 `gorm:"primarykey"`
User User
UserId string
Pronoung string
Pronoun string
}