Commit 99ae171
committed
fix: remove all length limits from scraped Episode string fields
timeline: String(50) violated for multi-range timelines (e.g. 59 chars).
title: String(255) is tight for long episode page titles (72 chars seen).
All scraped text fields are now unbounded String, matching the pattern
used by Film and Show for director/producer/network etc.1 parent d29500b commit 99ae171
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
| 582 | + | |
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
| 589 | + | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| |||
0 commit comments