sync_schemas: notice syncdb before doing it (fix)

This commit is contained in:
Thomas NOËL 2014-10-24 16:06:11 +02:00
parent 87131a80f6
commit 3a13963441
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Command(SyncCommon):
self._sync_tenant(tenant)
def sync_public_apps(self):
self._notice("=== Running syncdb for schema public")
apps = self.shared_apps or self.installed_apps
self._set_managed_apps(apps)
SyncdbCommand().execute(**self.options)
self._notice("=== Running syncdb for schema public")