]> git.parisson.com Git - mezzo.git/commitdiff
add event.brochure migration
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 10 May 2016 13:56:30 +0000 (15:56 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 10 May 2016 13:56:30 +0000 (15:56 +0200)
app/migrations/mezzanine_agenda/0014_event_brochure.py [new file with mode: 0644]
lib/mezzanine-agenda

diff --git a/app/migrations/mezzanine_agenda/0014_event_brochure.py b/app/migrations/mezzanine_agenda/0014_event_brochure.py
new file mode 100644 (file)
index 0000000..8233168
--- /dev/null
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.9.2 on 2016-05-10 13:56
+from __future__ import unicode_literals
+
+from django.db import migrations
+import mezzanine.core.fields
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('mezzanine_agenda', '0013_auto_20160510_1542'),
+    ]
+
+    operations = [
+        migrations.AddField(
+            model_name='event',
+            name='brochure',
+            field=mezzanine.core.fields.FileField(blank=True, max_length=1024, verbose_name='brochure'),
+        ),
+    ]
index d9d6a734a2a4897273b562d82c59565c2cb744c6..ab2706be3718922f05bf24207ea010f88b8b9bf1 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d9d6a734a2a4897273b562d82c59565c2cb744c6
+Subproject commit ab2706be3718922f05bf24207ea010f88b8b9bf1