]> git.parisson.com Git - teleforma.git/commitdiff
Merge migration
authorYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 29 Sep 2021 15:19:16 +0000 (17:19 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 29 Sep 2021 15:19:16 +0000 (17:19 +0200)
teleforma/migrations/0012_merge_0011_coursetype_order_0011_merge_20210929_1024.py [new file with mode: 0644]

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