mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
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):
|
class Migration(SchemaMigration):
|
||||||
|
no_dry_run = True
|
||||||
def forwards(self, orm):
|
def forwards(self, orm):
|
||||||
for message in orm['django_mailbox.Message'].objects.all():
|
for message in orm['django_mailbox.Message'].objects.all():
|
||||||
for attachment in message.attachments.all():
|
for attachment in message.attachments.all():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue