- Fixed bad SQL for creating sql enum types - Noted more relations, mostly x to media
This commit is contained in:
parent
484bb95820
commit
8ffd6d0050
4 changed files with 20 additions and 15 deletions
|
@ -9,6 +9,7 @@ type RemoteServer struct {
|
|||
ServerType ServerSoftwareType // What software the server is running. Useful for formatting
|
||||
Domain string // `gorm:"primaryKey"` // Domain the server exists under. Additional primary key
|
||||
Name string // What the server wants to be known as (usually same as url)
|
||||
Icon string // ID of a media file
|
||||
IsSelf bool // Whether this server is yours truly
|
||||
Icon MediaMetadata
|
||||
IconId string // ID of a media file
|
||||
IsSelf bool // Whether this server is yours truly
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue