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:
Drop all schema to ensure an empty database
Make sure to have PG_EXTRA_SEARCH_PATHS settings variable defines (even empty list).
The command
manage.py migrate_schemas --shared
crashed when database is still empty from any table and settings have anPG_EXTRA_SEARCH_PATHS
variable.How to reproduce:
PG_EXTRA_SEARCH_PATHS
settings variable defines (even empty list).manage.py migrate_schemas --shared
How to fix:
PR #445 closes this issue