fix: delete all old FR→EN glossaries and deduplicate multilingual ones
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m13s

18 glossaries accumulated from multiple imports. This migration:
1. Deletes ALL glossaries with target_language='en' (old stale imports)
2. Deduplicates multilingual glossaries keeping only the newest per name

Result: 8 clean glossaries (one per template), all marked as multilingual.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 23:56:18 +02:00
parent 9ab166c31e
commit 8fa1ab9ceb
2 changed files with 61 additions and 1 deletions

View File

@@ -30,7 +30,10 @@
"Bash(python -c \"import openpyxl; print\\('openpyxl OK'\\)\")",
"Bash(python -c \"import docx; print\\('python-docx OK'\\)\")",
"Bash(npx tsc *)",
"Bash(.venv/Scripts/python.exe _bmad/scripts/resolve_customization.py --skill .claude/skills/bmad-quick-dev --key workflow)"
"Bash(.venv/Scripts/python.exe _bmad/scripts/resolve_customization.py --skill .claude/skills/bmad-quick-dev --key workflow)",
"mcp__zai-mcp-server__analyze_image",
"Bash(git add *)",
"Bash(git commit -m 'fix: delete all old FR→EN glossaries and deduplicate multilingual ones *)"
]
}
}