finish setup insert method, refactor sql migration file

This commit is contained in:
lbenedar
2026-04-17 17:33:21 +03:00
parent 1b7c7e9ae3
commit 21abe68858
47 changed files with 2054 additions and 1056 deletions

View File

@@ -18,7 +18,7 @@ type Game struct {
ActiveUsers []string
Modules []*Module
PackageWarnings []*PackageWarning
Packs []Pack
Packs []*Pack
Messages []Message
Combats []Combat
CardDeck []CardDeck