diff --git a/integrated_channels/moodle/migrations/0030_merge_0028_auto_20231116_1826_0029_auto_20231106_1233.py b/integrated_channels/moodle/migrations/0030_merge_0028_auto_20231116_1826_0029_auto_20231106_1233.py new file mode 100644 index 0000000000..21679e40a6 --- /dev/null +++ b/integrated_channels/moodle/migrations/0030_merge_0028_auto_20231116_1826_0029_auto_20231106_1233.py @@ -0,0 +1,14 @@ +# Generated by Django 3.2.20 on 2023-11-22 08:24 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('moodle', '0028_auto_20231116_1826'), + ('moodle', '0029_auto_20231106_1233'), + ] + + operations = [ + ]