Truncate error_tracking_error_events and error_tracking_errors in the GitLab Rails DB

Goal

As per gitlab-org/gitlab#396801 (comment 1326525054) we need to truncate two tables in the GitLab Rails DB.

error_tracking_error_events
error_tracking_errors

Definition of done

  • Create a Rails Migration to truncate error_tracking_error_events and error_tracking_errors
Edited by Arun Sori