fix: commit
Some checks failed
build quyun / Build (push) Failing after 1m26s

This commit is contained in:
2025-12-22 10:48:26 +08:00
parent 1aab961b8d
commit 885df8aabf
5 changed files with 99 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ func Serve(cmd *cobra.Command, args []string) error {
goose.SetBaseFS(database.MigrationFS)
goose.SetTableName("migrations")
goose.AddNamedMigrationNoTxContext("20251219062732_river_job.go", RiverUp, RiverDown)
// goose.AddNamedMigrationNoTxContext("20251219062732_river_job.go", RiverUp, RiverDown)
return goose.RunContext(context.Background(), action, svc.DB, "migrations", args...)
})