personnes: add no_dry_run=True to migration 0003 so that it can run

This commit is contained in:
Benjamin Dauvergne 2014-03-26 23:24:28 +01:00
parent c370772a6b
commit daea115833
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ from django.db import models
class Migration(SchemaMigration):
no_dry_run = True
def forwards(self, orm):
# Adding M2M table for field services on 'Holiday'