Commit graph

1 commit

Author SHA1 Message Date
36bdda9290 fix(tradein): renumber migration 120 + numeric cast for PERCENTILE_CONT (#573)
Rename 100_backfill_kn_price_per_m2.sql → 120_backfill_kn_price_per_m2.sql to
avoid collision with three existing 100_* files on main (max was 119).
Cast median_ppm2 to ::numeric in Pass 3 so ROUND(double precision, int) resolves
to ROUND(numeric, int) — the double precision overload does not exist in PostgreSQL.
2026-05-28 18:44:12 +05:00
Renamed from data/sql/100_backfill_kn_price_per_m2.sql (Browse further)