judge4c/prisma
cfngc4594 cfbbdbf821 feat(prisma/schema): add multilingual support for problem descriptions and solutions
BREAKING CHANGE:
- Removed `description` and `solution` fields from Problem model
- Added new models `ProblemDescription` and `ProblemSolution` with language support (EN/ZH)
- Updated seed data structure to support multilingual content
- Requires database migration and data migration from old structure
2025-05-07 21:04:46 +08:00
..
migrations feat(prisma): add testcase_result model and related relations 2025-04-11 15:56:24 +08:00
schema.prisma feat(prisma/schema): add multilingual support for problem descriptions and solutions 2025-05-07 21:04:46 +08:00
seed.ts chore(seed): add seed data for problem templates 2025-04-15 23:07:47 +08:00