Adds a warning when a migration is deleting data
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.
Edited by Leonardo da Rosa