dev day #90 🥳

This commit is contained in:
Tomas Dvorak
2025-11-12 20:31:37 +01:00
parent 8762bde4bf
commit f3db65d350
103 changed files with 4053 additions and 2189 deletions
+1
View File
@@ -73,6 +73,7 @@ func main() {
// Best-effort: ensure schemas exist and are up-to-date (adds new columns)
if err := dbInstance.AutoMigrate(
&models.Settings{},
&models.User{},
&models.Article{},
&models.ScoreboardState{},
&models.CompetitionAlias{},