Change migration table to only have one header for the 3 types of migrations #2248
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Checklist:
docs/
orcommunity/
, you have added it to the sidebar in the corresponding_sidebar.json
fileThis PR aims at fixing task 11 of issue #2137
Its objective is to modify the migration table in order to have only one header for the three type of migrations
Long-running
,Regular
andClosed
. In this way, we avoid the previous repetition of the row with mention ofName
and the different categoriesPRs made
,Done
,In PR
,Awaiting PRs
,Awaiting parents
,Not solvable
,Bot error
.The rendering of the PR is the following.
Screencast from 30-07-2024 17:59:45.webm
Before
![Screenshot from 2024-07-30 18-03-40](https://private-user-images.githubusercontent.com/99649086/353532703-ca16709f-c604-47f7-91e0-bd6f3577ca57.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODc5MzIsIm5iZiI6MTczOTU4NzYzMiwicGF0aCI6Ii85OTY0OTA4Ni8zNTM1MzI3MDMtY2ExNjcwOWYtYzYwNC00N2Y3LTkxZTAtYmQ2ZjM1NzdjYTU3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAyNDcxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAzNDBkNTcwYTcwNzE4NDA5OTUwZTNjYzQwZDA5NzE3MDZlMTYxZTU1ZGU2MjQxZDFmMmE4Y2E4M2U1NzEzM2EmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5nrGoPLJh-V5b_K6Ws-GFO9Y8Ahbus7TTX-pjfKSh_4)
Now
![Screenshot from 2024-07-30 18-01-36](https://private-user-images.githubusercontent.com/99649086/353532445-3a3b6146-34e2-479c-a56a-3c61ee73d160.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODc5MzIsIm5iZiI6MTczOTU4NzYzMiwicGF0aCI6Ii85OTY0OTA4Ni8zNTM1MzI0NDUtM2EzYjYxNDYtMzRlMi00NzljLWE1NmEtM2M2MWVlNzNkMTYwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAyNDcxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlhMTkzNjUwZDFiMDI2NjEyMGFlM2Q0NWE2Mjk2MDkyNDhkOGVhNzNiOTc4NGQ3YzRiMzcwYTViZTJiYTAyMGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.tXlZqFkJa0EEIKLIGI7kf6eZEhsiKbOZEP-E0TaqKto)