fix(sqlite-storage): allow invalidate_v1_migration on non-migrating META#4813
Conversation
Code Review: fix(sqlite-storage): allow invalidate_v1_migration on non-migrating METAOverviewThis is a small targeted bug fix in The logic is correct and the fix is well-reasoned. Issues1. Em dash in comment — style violation CLAUDE.md states: "Do not use em dashes (—). Use periods to separate sentences instead." // no-op — there is nothing stale to clean up. ForShould be: // no-op. There is nothing stale to clean up. For2. Missing test coverage for the new code path The fix introduces a meaningful new behavior: calling 3. PR description checklist left blank None of the checklist items are ticked. Worth marking at minimum: bug fix, self-review, and whether tests were added. Minor observations
SummaryThe fix is logically sound and the diff is minimal. Two concrete asks before merge: fix the em dash in the comment, and add a test for the newly allowed no-op path. |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: