busya
77d55c8e69
refactor(translate): remove all deprecated columns from model + DB
Removed 6 legacy columns replaced by Phase 11 multi-language models:
- TranslationJob.target_language → target_languages (JSON)
- TranslationRecord.{llm_translation, user_edit, final_value} → TranslationLanguage
- TerminologyDictionary.{source_language, target_language} → DictionaryEntry per-entry
Affected files: model, schemas, 5 plugins, 4 test files
Alembic migration: aa1b2c3d4e5f (DROP COLUMN IF EXISTS)
Production DB: columns dropped via ALTER TABLE
Tests: 234 passed, 0 failed
2026-05-15 00:06:41 +03:00
..
2026-05-14 11:20:17 +03:00
2026-03-10 09:11:26 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 10:13:56 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 17:12:41 +03:00
2026-05-15 00:06:41 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00
2026-05-14 11:20:17 +03:00