Making a change in old-stable (and stable)

If we made a schema change in old-stable version (and it’s branch) we must:

  • create a new file with upgraded version number;
  • propagate the change to the stable and master branch.

Repository changes:

  • schema files in old-stable branch

    • 5.1.0 (base)
    • 5.2.0 (upgrade)
    • 7.0.0 (upgrade)
    • 7.0.1 (upgrade) making a change here results in the schema version being bumped to 7.0.1
  • schema files in stable branch

    • 5.2.0 (base)
    • 7.0.0 (upgrade)
    • 7.0.1 (upgrade) we must port the change here
    • 7.1.0 (upgrade)
  • schema files in master branch

    • 7.0.0 (base)
    • 7.0.1 (upgrade) we must port the change here
    • 7.1.0 (upgrade)
    • 8.0.0 (upgrade)