settings: Remove version field migration (#33711)

This reverts some parts of #33372, as it will break the settings for
users running stable and preview at the same time. We can add it back
once the changes make it to stable.

Release Notes:

- N/A
This commit is contained in:
Bennet Bo Fenner 2025-07-01 15:17:36 +02:00 committed by GitHub
parent 0fe73a99e5
commit 62e8f45304
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 218 deletions

View file

@ -82,12 +82,6 @@ pub(crate) mod m_2025_06_16 {
pub(crate) use settings::SETTINGS_PATTERNS;
}
pub(crate) mod m_2025_06_25 {
mod settings;
pub(crate) use settings::SETTINGS_PATTERNS;
}
pub(crate) mod m_2025_06_27 {
mod settings;