Update the schema migration style guidelines
What does this MR do and why?
- Add a note to the schema migration guideline stating that schema changes like adding a column or creating a new database table should always be inside a regular migration.
- Creating post-deployment migration for the above scenarios have caused issues in the past, for example: #378582 (closed)
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Visit the documentation page locally and verify the changes.
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 #378641 (closed)