gendesign/tradein-mvp/backend
lekss361 2f2a89b08f fix(tradein-sql): rename duplicate 030 prefix, add trade_in_estimates geom, drop dup indexes
- Rename 030_listings_alter_yandex.sql -> 033_listings_alter_yandex.sql to
  resolve duplicate prefix with 030_avito_imv_cache_key_unique.sql (undefined
  apply order under ls|sort).
- Add 034_trade_in_estimates_geom.sql: PostGIS geom column + GIST + trigger
  (schema-consistency debt vs .claude/rules/sql.md).
- Add 035_drop_duplicate_indexes.sql: drop redundant listing_sources_listing_idx2
  (= 028's _listing_idx) and houses_geom_idx2 (= 009's geom_idx).

All migrations idempotent (IF NOT EXISTS / CREATE OR REPLACE).
Per 2026-05-24 schema audit (findings #2, #14, #15).
2026-05-24 12:58:57 +03:00
..
app feat(tradein): postgres_fdw live read of gendesign.cad_buildings (replaces snapshot) (#493) 2026-05-24 08:57:30 +00:00
data/sql fix(tradein-sql): rename duplicate 030 prefix, add trade_in_estimates geom, drop dup indexes 2026-05-24 12:58:57 +03:00
tests feat(tradein): postgres_fdw live read of gendesign.cad_buildings (replaces snapshot) (#493) 2026-05-24 08:57:30 +00:00
.dockerignore feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00
Dockerfile feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00
pyproject.toml feat(tradein): Phase 3.2 — /api/v1/search endpoint + Redis cache (#479) 2026-05-23 14:44:22 +00:00