Adjust migration text

This commit is contained in:
Oliver Walters 2026-05-26 23:36:51 +00:00
parent 42931fdb0f
commit 48cd60b8d8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def migrate_notes(apps, schema_editor):
if not with_notes.exists():
continue
progress = tqdm(total=with_notes.count(), desc=f'Migrating notes for {app}.{model}')
progress = tqdm(total=with_notes.count(), desc=f'Migration common.0045: Migrating notes for {app}.{model}')
initial_note_count = Note.objects.count()
expected_note_count = initial_note_count + with_notes.count()