Skip to content

Commit 9ff86af

Browse files
committed
export_default after migrate_reference
1 parent 278cf18 commit 9ff86af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qmra/risk_assessment/migrations/0009_auto_20260121_1454.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def migrate_references(apps, schema_editor):
1717
treatment.viruses_references.add(treatment.viruses_reference)
1818
treatment.protozoa_references.add(treatment.protozoa_reference)
1919
treatment.save()
20+
call_command("export_default")
2021

2122

2223
class Migration(migrations.Migration):

0 commit comments

Comments
 (0)