add new models, change migration files, prepare to add all new tables from models
This commit is contained in:
30
internal/foundry/temp_models/db/options.go
Normal file
30
internal/foundry/temp_models/db/options.go
Normal file
@@ -0,0 +1,30 @@
|
||||
package db
|
||||
|
||||
type GameOptions struct {
|
||||
ID uint
|
||||
|
||||
Language string
|
||||
UpdateChannel string
|
||||
Port int
|
||||
}
|
||||
|
||||
type SetupOptions struct {
|
||||
ID uint
|
||||
|
||||
CompressSocket bool
|
||||
CompressStatic bool
|
||||
CSSTheme string
|
||||
DataPath string
|
||||
Fullscreen bool
|
||||
Hostname string
|
||||
HotReload bool
|
||||
Language string
|
||||
LocalHostname string
|
||||
Port int
|
||||
ProxySSL bool
|
||||
Telemetry bool
|
||||
UpdateChannel string
|
||||
Upnp bool
|
||||
DeleteNEDB bool
|
||||
NoBackups bool
|
||||
}
|
||||
Reference in New Issue
Block a user