mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
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>
This commit is contained in:
parent
fb09ff3daf
commit
08f9722b59
Loading…
Reference in New Issue
Block a user