repos

Revert comment edit to applied migration 0010

4cc46611 by Isaac Bythewood · 1 month ago

Revert comment edit to applied migration 0010

Commit 0c5d41d scrubbed a "PLAN.md" citation from a comment in
migrations/0010_quarter_horizon.sql, but that migration was already
applied. sqlx checksums the whole file (comments included), so the edit
made the stored checksum mismatch and the app refused to boot
("migration 10 was previously applied but has been modified"), taking
down make run and any deploy whose DB had already run it (prod included).

Restore the file to its applied bytes so the checksum matches every DB
again. The now-dangling PLAN.md reference stays: an applied migration is
immutable.
modified migrations/0010_quarter_horizon.sql
@@ -1,6 +1,6 @@-- 0010_quarter_horizon.sql-- The four picker horizons are day / week / month / quarter (PLAN.md Phase 30,-- reworked 2026-05-23). The original `year` horizon was dropped: its score was-- a pass-through of today's standing, so every historical backtest year-- produced an identical top-5. Quarter (~one earnings cycle, 60-day trailing-- momentum gated on SMA200) replaces it.