Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Adds a warning when a migration is deleting data

Leonardo da Rosa requested to merge 541947-adds-warning-about-data-deletion into master

It adds two warnings when DELETE statements are detected:

General Warnings Section
10 Warnings
⚠️ 20250521194808 - DeleteDataFromIssuesTable performs irreversible data changes (DELETE). Make sure
the guidelines for irreversible data operations were followed.
Warning in migration details

⚠️ Irreversible data changes statements (DELETE FROM)

An irreversible statement was detected for this migration.

Make sure you are following the guidelines for irreversible data operations.

Related gitlab-org/gitlab#541947 (closed)

Edited by Leonardo da Rosa

Merge request reports

Loading