mitgliederverwaltung/priv/repo
Moritz 265e976d94
fix: simplify JSONB extraction - remove redundant operators
- Replace 4 LIKE checks with 2 in build_custom_field_filter
- Simplify CASE blocks in migration trigger functions
- ->> operator always returns text, no need for -> + ::text fallback
- Performance improvement: 50% fewer LIKE operations
2025-12-11 13:49:05 +01:00
..
migrations fix: simplify JSONB extraction - remove redundant operators 2025-12-11 13:49:05 +01:00
seeds.exs feat: remove birth_date field from Member resource 2025-12-02 14:58:50 +01:00