Skip to content

Commit

Permalink
removing unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardopires committed Mar 27, 2013
1 parent ef4f002 commit 0b6b906
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tenant_schemas/management/commands/migrate_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def migrate_tenant_apps(self, schema_name=None):
apps = self.tenant_apps or self.installed_apps
self._set_managed_apps(included_apps=apps, excluded_apps=self.shared_apps)

Migrations.invalidate_all_modules()

migrate_command = MigrateCommand()
if schema_name:
print self.style.NOTICE("=== Running migrate for schema: %s" % schema_name)
Expand Down

0 comments on commit 0b6b906

Please sign in to comment.