mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 17:51:23 +00:00
Adjust migration text
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user