mitgliederverwaltung/lib
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
..
accounts fix: request scopes email and profile 2025-12-03 22:02:23 +01:00
membership fix: simplify JSONB extraction - remove redundant operators 2025-12-11 13:49:05 +01:00
mv refactor: DRY - use Mv.Constants.custom_field_prefix() instead of string literals 2025-12-03 18:47:27 +01:00
mv_web Merge remote-tracking branch 'origin/main' into feature/220_ui_issues_2 2025-12-11 01:49:12 +01:00
mv.ex Add generated starter app 2025-03-18 15:05:27 +01:00
mv_web.ex feat: migration to phoenix 1.8 - fix formatting 2025-07-17 18:01:14 +02:00