Add long names to perks.
[wolnelektury.git] / apps / funding / migrations / 0012_auto__add_field_offer_poll.py
index f824e8a..84e0601 100644 (file)
@@ -6,6 +6,9 @@ from django.db import models
 
 
 class Migration(SchemaMigration):
+    depends_on = (
+        ("polls", "0001_initial"),
+    )
 
     def forwards(self, orm):
         # Adding field 'Offer.poll'
@@ -97,4 +100,4 @@ class Migration(SchemaMigration):
         }
     }
 
-    complete_apps = ['funding']
\ No newline at end of file
+    complete_apps = ['funding']