]> git.parisson.com Git - teleforma.git/commitdiff
Merge migrations
authorYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 29 Sep 2021 08:24:48 +0000 (10:24 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 29 Sep 2021 08:24:48 +0000 (10:24 +0200)
teleforma/migrations/0011_merge_20210929_1024.py [new file with mode: 0644]

diff --git a/teleforma/migrations/0011_merge_20210929_1024.py b/teleforma/migrations/0011_merge_20210929_1024.py
new file mode 100644 (file)
index 0000000..790678b
--- /dev/null
@@ -0,0 +1,14 @@
+# Generated by Django 3.2.3 on 2021-09-29 10:24
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('teleforma', '0010_auto_20210927_1556'),
+        ('teleforma', '0010_student_payment_generated'),
+    ]
+
+    operations = [
+    ]