Commit 7500bba
fix(db): let Flyway own full DB lifecycle on fresh installs (#130)
baseline-on-migrate=true with baseline-version=3 caused Flyway to mark
an empty database as already at V3 (due to its own schema_history table
creation), skipping all migrations and leaving no players table. Remove
the baseline settings so Flyway runs V1→V2→V3 normally on first start.
Remove the pre-seeded storage/players-sqlite3.db from version control
and the Dockerfile COPY ./hold/ layer — Flyway now creates the database
and seeds all 26 players automatically. Add storage/.gitkeep and ignore
storage/*.db. Update README accordingly.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0643be7 commit 7500bba
7 files changed
Lines changed: 10 additions & 19 deletions
File tree
- scripts
- src/main/resources
- storage
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 47 | | |
53 | 48 | | |
54 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
292 | 296 | | |
293 | 297 | | |
294 | 298 | | |
| |||
299 | 303 | | |
300 | 304 | | |
301 | 305 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 30 | + | |
34 | 31 | | |
35 | 32 | | |
36 | | - | |
37 | | - | |
Whitespace-only changes.
Binary file not shown.
0 commit comments