Marcel
d194b6b225
feat(documents): add ScriptType enum and script_type column
- ScriptType enum: UNKNOWN, TYPEWRITER, HANDWRITING_LATIN, HANDWRITING_KURRENT
- V24 migration adds script_type VARCHAR(30) NOT NULL DEFAULT 'UNKNOWN'
- Document entity: scriptType field with @Builder.Default UNKNOWN
- DocumentUpdateDTO: optional scriptType field
- DocumentService: wires scriptType through update method
Refs #226
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 15:13:42 +02:00
..
2026-03-17 13:33:02 +00:00
2026-03-15 11:47:58 +01:00
2026-04-12 15:13:42 +02:00
2026-03-15 11:47:58 +01:00
2026-03-19 12:03:14 +01:00
2026-03-15 11:47:58 +01:00
2026-03-15 11:47:58 +01:00
2026-03-17 13:33:02 +00:00
2026-03-29 19:12:14 +02:00