Commit 39aea00
Adapt map_version test data to folder_name column (#18)
faf-db V144 makes map_version.folder_name the source-of-truth column and turns
filename into a generated column (CONCAT('maps/', folder_name, '.zip')). The
test fixture can no longer insert filename, so it now provides folder_name; the
generated filename selected by get_game_stat_row is unchanged, so the existing
Rust expectations still hold. Bump the migrations image v136 -> v144.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 185914d commit 39aea00
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments