Files
certctl/internal/repository/postgres
shankar0123 8054719956 fix: migration runner only executes .up.sql files, skips .down.sql and seeds
The migration runner was collecting all .sql files alphabetically, which
caused .down.sql rollback files (DROP TABLE) to execute before .up.sql
files on restart with a persisted postgres volume. Filter to only .up.sql
files — these are idempotent (IF NOT EXISTS) and safe to re-run.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 12:08:12 -04:00
..
2026-03-14 20:01:53 -04:00
2026-03-14 20:01:53 -04:00
2026-03-14 20:01:53 -04:00
2026-03-14 20:01:53 -04:00
2026-03-14 20:01:53 -04:00
2026-03-14 20:01:53 -04:00
2026-03-14 20:01:53 -04:00