Skip to content

feat(datastore): add not null constraint to event column on GC queues

João Pereira requested to merge non-null-event into master

Related to #487 (closed).

Now that all rows in gc_manifest_review_queue and gc_blob_review_queue have a non null event column value, we should add a NOT NULL constraint for it.

Edited by João Pereira

Merge request reports