Files
padelnomics/web
Deeman f7d10f39cb fix(admin): use (url_path, language) conflict target in _sync_static_articles
Migration 0030 dropped UNIQUE(slug) in favor of UNIQUE(url_path, language),
but _sync_static_articles still used ON CONFLICT(slug), causing test failure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 14:30:44 +01:00
..