]> git.parisson.com Git - teleforma.git/commitdiff
fix migrations
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 14 Jan 2026 15:38:39 +0000 (16:38 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 14 Jan 2026 15:40:03 +0000 (16:40 +0100)
teleforma/migrations/0036_auto_20260114_1636.py [new file with mode: 0644]
teleforma/migrations/0037_merge_20260114_1638.py [new file with mode: 0644]

diff --git a/teleforma/migrations/0036_auto_20260114_1636.py b/teleforma/migrations/0036_auto_20260114_1636.py
new file mode 100644 (file)
index 0000000..cb59f14
--- /dev/null
@@ -0,0 +1,23 @@
+# Generated by Django 3.2.25 on 2026-01-14 16:36
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('teleforma', '0035_auto_20250924_1031'),
+    ]
+
+    operations = [
+        migrations.AddField(
+            model_name='mediaread',
+            name='date_added',
+            field=models.DateTimeField(auto_now_add=True, null=True, verbose_name='date added'),
+        ),
+        migrations.AddField(
+            model_name='mediaread',
+            name='date_modified',
+            field=models.DateTimeField(auto_now=True, null=True, verbose_name='date modified'),
+        ),
+    ]
diff --git a/teleforma/migrations/0037_merge_20260114_1638.py b/teleforma/migrations/0037_merge_20260114_1638.py
new file mode 100644 (file)
index 0000000..b9437d5
--- /dev/null
@@ -0,0 +1,14 @@
+# Generated by Django 3.2.25 on 2026-01-14 16:38
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('teleforma', '0036_auto_20260114_1636'),
+        ('teleforma', '0036_period_optional_fees'),
+    ]
+
+    operations = [
+    ]