Skip to content

Commit

Permalink
Readme tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Dominguez committed Dec 1, 2023
1 parent 3ac344b commit bec7474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/census_historical_migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To migrate dbkeys for a given year with pagination:
```
docker compose run --rm web python manage.py run_paginated_migration
--year 2022 \
--batchSize 1000
--page_size 1000
--pages 0, 3, 4
```
- `batchSize` and `pages` are optional. The script will use default values for these if they aren't provided.
Expand Down

0 comments on commit bec7474

Please sign in to comment.