Skip to content

Update admin deletion setting migration

What does this MR do and why?

Follow-up from !86568 (merged).

It's fine to use a transaction here since we're only executing a single update on a single row. Skipping the transaction would also be safe, but I prefer to make migrations as simple as they can possibly be in case someone needs to read one quickly.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #365129 (closed)

Edited by Jiaan Louw

Merge request reports