Commit 8665e19
fix: drop/re-add ammo_for_id FK in seed/load.sh
The equipment table has a circular FK (ammo_for_id → equipment.id)
which causes insert failures when loading a pg_dump with --inserts.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent baf6d14 commit 8665e19
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| |||
0 commit comments