Skip to content

Update the schema migration style guidelines

What does this MR do and why?

  1. 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.
  2. 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.

Related to #378641 (closed)

Merge request reports