Skip to content

Commit

Permalink
POLIO-1732 Merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mathvdh committed Dec 16, 2024
1 parent 3290aa1 commit 963de45
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions plugins/polio/migrations/0209_merge_20241216_1100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.17 on 2024-12-16 11:00

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("polio", "0208_alter_vaccinerequestform_rounds_and_more"),
("polio", "0208_migrate_vrf_orpg_fields"),
]

operations = []

0 comments on commit 963de45

Please sign in to comment.