Make chat persistent across reboot
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m25s

This commit is contained in:
2026-03-05 21:43:04 +00:00
parent 5346b24999
commit a83b98eb2b
4 changed files with 21 additions and 47 deletions

View File

@@ -37,6 +37,7 @@ func migrateDatabase(db *gorm.DB) error {
&models.Activity{},
&models.Favorite{},
&models.Rowing{},
&models.Message{},
)
if err != nil {
return err