project-nomad/admin/database
Chris Sherwood 08f9722b59 fix(migrations): Fix timestamp ordering for builder_tag migration
The migration file used a 10-digit timestamp (1769324448) while all other
migrations use 13-digit timestamps. When sorted numerically, this caused
the builder_tag ALTER TABLE migration to run before the benchmark_results
CREATE TABLE migration, breaking fresh installs.

Renamed: 1769324448 -> 1769324448000 (append 000 to match 13-digit format)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 13:43:21 -08:00
..
migrations fix(migrations): Fix timestamp ordering for builder_tag migration 2026-01-28 13:43:21 -08:00
seeders fix(Benchmark): remove unused seeder definition 2026-01-22 21:48:12 -08:00