feat(datastore): add not null constraint to event column on GC queues
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