fix: failing migration (resolve #864)

This commit is contained in:
Ferdinand Mütsch
2025-11-14 18:13:43 +01:00
parent ee4aa4da6e
commit 48e5269e49

View File

@@ -10,7 +10,7 @@ func init() {
const name = "20250907-add_user_heartbeats_range_view"
f := migrationFunc{
name: name,
background: true,
background: false,
f: func(db *gorm.DB, cfg *config.Config) error {
if hasRun(name, db) {
return nil