Skip to content

Commit

Permalink
fix: add migration to migration list
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jan 9, 2024
1 parent 5e95d1e commit 6626a48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion migrations/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ func Migrate(db *gorm.DB) error {
_202309271616_initial_migration,
_202309271617_fix_preimage_null,
_202309271618_add_payment_sum_index,
_202401092201_add_events_id_index,
})

return m.Migrate()
}
}

0 comments on commit 6626a48

Please sign in to comment.