channable / channable/opsqueue
Make submissions_failed.chunks_done a not nullable field
Offen
- Vorherrschende Sprache
- Rust
- Sterne
- 96
- Forks
- 2
- Ø Merge
- 1 Std. 2 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
In #108 a `NULLABLE` field `chunks_done` was added. It is `NULLABLE` for backwards compatibility reasons only (existing rows in `submissions_failed` don't have a value for this column.
Because rows are flushed from this table after a configurable time we can remove the `NULLABLE` constraint after some time has passed, in a backwards-incompatible API change.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.