Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(migrations): make app prefix migration language independent
Currently, the migration to add prefixes failed on initial migrations if the database server is not in English. This commit removes the dependency on the error message and instead uses the underlying psycopg exception which is more specific.
- Loading branch information