feat(gc): record event type for manifest tasks queued due to a tag delete or switch
Related to #487 (closed). Please read the issue for context.
Here we update the gc_track_deleted_tags
and gc_track_switched_tags
functions so that they start filling the new event
column with the corresponding event identifier - tag_delete
and tag_switch
, respectively.
Edited by João Pereira