Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed backfill_lineups
Binary file not shown.
Binary file removed engine_bootstrap
Binary file not shown.
File renamed without changes.
4 changes: 2 additions & 2 deletions scripts/backfill-transactions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The backfill process reconstructs historical weekly rosters by working backwards
## Files

- `backfill_transactions.sql` - SQL script containing all historical waiver transactions from weeks 3-14
- `../../pkg/cmd/backfill_lineups.go` - Go script that reconstructs weekly rosters and populates weekly_lineups table
- `../../pkg/cmd/backfill_lineups/main.go` - Go script that reconstructs weekly rosters and populates weekly_lineups table

## Steps to Run Backfill

Expand All @@ -33,7 +33,7 @@ sqlite3 data/game_states/2025/gs-season.db "SELECT COUNT(*) FROM transactions"
Execute the backfill script to reconstruct historical rosters and populate weekly_lineups:

```bash
go run pkg/cmd/backfill_lineups.go
go run pkg/cmd/backfill_lineups
```

This script will:
Expand Down
Loading