Drop unnecessary created_at columns in Geo event log
It looks like the event_log
table already has a created_at
entry, while the specific event logs (e.g. repository_deleted_event
) contain a redundant entry.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
It looks like the event_log
table already has a created_at
entry, while the specific event logs (e.g. repository_deleted_event
) contain a redundant entry.
assigned to @dbalexandre
added database label
Do we keep the timestamps in the specific events, or in the parent log entry?
My vote would be for the latter.
@dbalexandre can you unassign yourself if you're not working on this?
@nick.thomas this is already done, see https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2714
closed
changed milestone to %10.0