]> git.parisson.com Git - teleforma.git/commitdiff
add merge migration for 'nouveau parcours'
authorYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 1 Sep 2022 08:46:19 +0000 (10:46 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 1 Sep 2022 08:46:19 +0000 (10:46 +0200)
teleforma/migrations/0011_merge_20220831_1143.py [new file with mode: 0644]

diff --git a/teleforma/migrations/0011_merge_20220831_1143.py b/teleforma/migrations/0011_merge_20220831_1143.py
new file mode 100644 (file)
index 0000000..0792d71
--- /dev/null
@@ -0,0 +1,14 @@
+# Generated by Django 3.2.3 on 2022-08-31 11:43
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('teleforma', '0007_auto_20220718_1021'),
+        ('teleforma', '0010_alter_seminarpart_webclass_text'),
+    ]
+
+    operations = [
+    ]