+++ /dev/null
-# Generated by Django 3.2.13 on 2022-10-06 16:30
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('quiz', '__first__'),
- ('teleforma', '0020_chatmessage_reply_to'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='course',
- name='quiz',
- field=models.ManyToManyField(blank=True, null=True, to='quiz.Quiz', verbose_name='quiz'),
- ),
- ]
--- /dev/null
+# Generated by Django 3.2.25 on 2024-10-10 09:26
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('teleforma', '0027_course_quiz'),
+ ('teleforma', '0029_merge_0028_auto_20240318_1139_0028_auto_20240415_0414'),
+ ]
+
+ operations = [
+ ]