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.
-
I have evaluated the MR acceptance checklist for this MR.
Closes #390398 (closed)
Edited by Prabakaran Murugesan