diff options
Diffstat (limited to 'ishtar_common/migrations/0062_remove_ishtar_local_prefix.py')
| -rw-r--r-- | ishtar_common/migrations/0062_remove_ishtar_local_prefix.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ishtar_common/migrations/0062_remove_ishtar_local_prefix.py b/ishtar_common/migrations/0062_remove_ishtar_local_prefix.py index a4624081a..b1406a111 100644 --- a/ishtar_common/migrations/0062_remove_ishtar_local_prefix.py +++ b/ishtar_common/migrations/0062_remove_ishtar_local_prefix.py @@ -6,6 +6,7 @@ from django.db import models  class Migration(SchemaMigration): +    no_dry_run = True      def forwards(self, orm):          for p in orm['ishtar_common.IshtarSiteProfile'].objects.all(): | 
