chore: remove verbose console logs to reduce spam

This commit is contained in:
2026-04-08 15:32:20 +02:00
parent 91ac10acb8
commit fd9aca9ffc
2 changed files with 3 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ func RunMigrations(db *sql.DB) error {
return err
}
if exists > 0 {
log.Printf("migration %s already applied, skipping", migrationFile)
// already applied, skipping silently
continue
}