Skip to content

Update Int PK to Bigint conversion docs

What does this MR?

Adds disable_ddl_transaction! to initialize_conversion_of_integer_to_bigint migration docs.

Why?

As all new migrations now inherit from V2_1 (which ensures 'with_lock_retries' are not run inside already open transactions) we have to update the document to reflect this behaviour.

MR acceptance checklist

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

Closes #390398 (closed)

Edited by Prabakaran Murugesan

Merge request reports