From 3ac344becf5b78a4e20fb736c2e75c1ce20ae3dc Mon Sep 17 00:00:00 2001 From: Phil Dominguez <“philip.dominguez@gsa.gov”> Date: Fri, 1 Dec 2023 09:42:19 -0500 Subject: [PATCH] Readme tweak --- backend/census_historical_migration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/census_historical_migration/README.md b/backend/census_historical_migration/README.md index bf287d07b6..170a48f7b6 100644 --- a/backend/census_historical_migration/README.md +++ b/backend/census_historical_migration/README.md @@ -66,7 +66,7 @@ docker compose run --rm web python manage.py historic_data_migrator To migrate dbkeys for a given year with pagination: ``` docker compose run --rm web python manage.py run_paginated_migration - --year 22 \ + --year 2022 \ --batchSize 1000 --pages 0, 3, 4 ```