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.
In #108 a
NULLABLEfieldchunks_donewas added. It isNULLABLEfor backwards compatibility reasons only (existing rows insubmissions_faileddon't have a value for this column.Because rows are flushed from this table after a configurable time we can remove the
NULLABLEconstraint after some time has passed, in a backwards-incompatible API change.