mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-05-23 04:45:06 +02:00
Switch kb_ratio_registry.chunks_per_mb from DECIMAL(10,2) to UNSIGNED INTEGER so the value mysql2 returns matches the `number` type declared on the model. DECIMAL columns deserialize as strings by default, which would break `=== 0` checks for video-only ZIMs and silently coerce through arithmetic in Phase 2 consumers. All seeds are whole numbers and the heuristic's real-world variance (~±50%) makes sub-integer precision meaningless. |
||
|---|---|---|
| .. | ||
| migrations | ||
| seeders | ||