Move preview-to-enabled migrations from 1.11.13 to 1.13.0#26281
Conversation
The migrations renaming the 'preview' property to 'enabled' in apps were incorrectly placed under 1.11.13. Move them to 1.13.0 where they belong, since this change targets the next major release. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🔍 CI failure analysis for c9b7a58: All CI failures are unrelated to this PR's changes (SQL migration file moves between directories). The failures are pre-existing infrastructure/flakiness issues.IssueThree separate CI failures observed, all unrelated to this PR's changes (which only move SQL migration files between Failure 1:
|
| Auto-apply | Compact |
|
|
Was this helpful? React with 👍 / 👎 | Gitar
Summary
preview→enabledapp property migration SQL files frombootstrap/sql/migrations/native/1.11.13/tobootstrap/sql/migrations/native/1.13.0/since this change targets the next major release, not a patch release1.11.13migration directoryPR #26170 revert verification
Verified that PR #26170 was properly reverted on release branches:
51c9b6af)29e13874)Test plan
bootstrap/sql/migrations/native/1.11.13/no longer existsbootstrap/sql/migrations/native/1.13.0/mysql/schemaChanges.sqlcontains the preview-to-enabled migrationbootstrap/sql/migrations/native/1.13.0/postgres/schemaChanges.sqlcontains the preview-to-enabled migration