mirror of
https://github.com/muety/wakapi.git
synced 2025-12-05 22:20:24 -08:00
fix: failing migration (resolve #864)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user