Commit d29500b
committed
fix: use unbounded String for Episode.director and Episode.writer
String(255) is too short for multi-writer episodes (e.g. Clone Wars
has 30+ writers, reaching 443 chars). Film and Show already use
unbounded String for the same fields — align Episode to match.1 parent 7c6bf70 commit d29500b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
587 | | - | |
| 586 | + | |
| 587 | + | |
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
| |||
0 commit comments