Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Prevent adding schema deltas to old SCHEMA_VERSIONs #11559

@richvdh

Description

@richvdh

Once an installation's database has been updated to a given SCHEMA_VERSION, any delta files which appear in older versions are ignored.

This means we have a ticking timebomb/footgun in which we accidentally merge a PR which adds a delta file to an old SCHEMA_VERSION, which is then ignored on existing installations.

Ideally we want to make sure that, once develop is updated to a given SCHEMA_VERSION, no delta files are added to older versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions