bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.46k stars 423 forks source link

Migration crashes #450

Closed ghost closed 7 years ago

ghost commented 7 years ago

The command manage.py migrate_schemas --shared crashed when database is still empty from any table and settings have an PG_EXTRA_SEARCH_PATHS variable.

How to reproduce:

How to fix:

PR #445 closes this issue

jacobh commented 6 years ago

This issue hasn't been resolved, I hit it today on the latest release (v1.9.0). Can you please reopen it?