Generate batched background migration documentation file
What does this MR do and why?
!111102 (merged) creates the rails generator for BBM, this MR extends the same generator to create the documentation file as well.
How to set up and validate locally
-
bundle exec rails g batched_background_migration my_batched_migration --table_name=users --column_name=id --feature_category=database
- The above generator should create the dictionary file
db/docs/batched_background_migrations/my_batched_migration.yml
with pre-filled feature-category.
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.
Related to #387584 (closed)
Edited by Prabakaran Murugesan