Commit d2cedc6
Tehan
chore(external-memory): pin external-recall migration to v54 (LATEST=54)
Renumber external-recall v51→v54 so it holds the same slot on this
standalone branch AND in the magic_packet union (skill-memory owns
v51/52/53). Eliminates the union renumber step and matches the live dev
DB. The 51/52/53 gap here is intentional — the schema-fence test asserts
LATEST == max migration version, not contiguity; the runner filters
version>currentVersion so a fresh DB runs upstream 1..50 then 54 cleanly.
Renamed migrations-v51.test.ts → migrations-v54.test.ts (dynamic
LATEST_MIGRATION_VERSION assertion, no hardcoded number).1 parent 4a26126 commit d2cedc6
3 files changed
Lines changed: 8 additions & 4 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1891 | 1891 | | |
1892 | 1892 | | |
1893 | 1893 | | |
1894 | | - | |
1895 | | - | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
| 1899 | + | |
1896 | 1900 | | |
1897 | 1901 | | |
1898 | 1902 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments