Skip to content

feat(gc): record event type for manifest tasks queued due to a tag delete or switch

João Pereira requested to merge gc_track_deleted_or_switched_tags into master

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

Merge request reports