forked from mirror/django-mailbox
fix migration 0014, set no_dry_run=True
This commit is contained in:
parent
81615a27e0
commit
8aef745832
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from django.db import models
|
|||
|
||||
|
||||
class Migration(SchemaMigration):
|
||||
|
||||
no_dry_run = True
|
||||
def forwards(self, orm):
|
||||
for message in orm['django_mailbox.Message'].objects.all():
|
||||
for attachment in message.attachments.all():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue