diff --git a/program/migrations/0046_merge_0025_auto_20230326_2211_0045_auto_20221021_2008.py b/program/migrations/0046_merge_0025_auto_20230326_2211_0045_auto_20221021_2008.py new file mode 100644 index 0000000000000000000000000000000000000000..68c0513fa867879c806071e66852a05382e06451 --- /dev/null +++ b/program/migrations/0046_merge_0025_auto_20230326_2211_0045_auto_20221021_2008.py @@ -0,0 +1,14 @@ +# Generated by Django 3.2.18 on 2023-03-27 15:52 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('program', '0025_auto_20230326_2211'), + ('program', '0045_auto_20221021_2008'), + ] + + operations = [ + ]