You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
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.