Closed ghost closed 7 years ago
Can you please make the error handling more elegant? Let's not do a blanket exception for ProgrammingError and let's make sure the user knows what's the problem.
@bernardopires Feel free to rewrite it as you desire. Although I were happy to handle that if it was requested one month ago or so, I am no longer developing that project and the above fix was enough for me.
The command
manage.py migrate_schemas --shared
crashed when database is still empty from any table and settings have anPG_EXTRA_SEARCH_PATHS
variable.