Update new storage types and regenerate
This commit is contained in:
parent
0932f19f71
commit
41e432b56e
28 changed files with 6561 additions and 23 deletions
7
storage-new/models/UserToPronoun.go
Normal file
7
storage-new/models/UserToPronoun.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package models
|
||||
|
||||
type UserToPronoun struct {
|
||||
User User
|
||||
UserId string
|
||||
Pronoung string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue