Skip to content

Commit

Permalink
[#310] Update migrations text
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Jan 10, 2025
1 parent 8e03c61 commit 8531dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def _log_records(records, model_name):
logger.info("--- START %s INFO ---", model_name)
logger.info(
"Found %s records for %s that have adres_nummeraanduiding_id length > 16 chars",
model_name,
records.count(),
model_name,
)

for record in records:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def _log_records(records, model_name):
logger.info(
"Found %s records for %s that have bezoekadres_nummeraanduiding_id "
"or correspondentieadres_nummeraanduiding_id length > 16 chars",
model_name,
records.count(),
model_name,
)

for record in records:
Expand Down

0 comments on commit 8531dc3

Please sign in to comment.