Commit c7a3516
docs: propagate schema_migrations → wheels_migrator_versions rename to sibling v4 docs (#2801)
Carryover from PR #2799. Commit eacf4f6 fixed three stale references in
v4-0-0/basics/migrations.mdx; the same family of references still appeared
in three siblings and is fixed here in one pass:
- v4-0-0/basics/seeding.mdx:26
- v4-0-1-snapshot/basics/migrations.mdx:28,36,49
- v4-0-1-snapshot/basics/seeding.mdx:26
The on-disk table has been wheels_migrator_versions since the
c_o_r_e_* → wheels_* rename; no schema_migrations table exists anywhere
in vendor/wheels/, cli/, or app/.
The line-49 fix in v4-0-1-snapshot/basics/migrations.mdx also mirrors the
"keys on the filename" → "keys on the timestamp prefix" wording fix from
eacf4f6, since the tracking table stores only the timestamp version
(e.g., 20260420143000), not the full filename.
v3-0-0/command-line-tools/cli-guides/migrations.md:632-633 intentionally
left as-is: v3 used a different table name pre-rename, so the references
are historical and accurate.
Verified: \`grep -rn schema_migrations web/sites/guides/src/content/docs/v4-0-0 web/sites/guides/src/content/docs/v4-0-1-snapshot\` now returns zero matches.
Refs #2780, #2798, #2799
Signed-off-by: Peter Amiri <peter@alurium.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a96b02f commit c7a3516
3 files changed
Lines changed: 5 additions & 5 deletions
File tree
- web/sites/guides/src/content/docs
- v4-0-0/basics
- v4-0-1-snapshot/basics
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments