summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-09Fix schema upgrade when dropping tablesErik Johnston1-1/+3
We need to drop tables in the correct order due to foreign table constraints (on `application_services`), otherwise the DROP TABLE command will fail. Introduced in #4992.
2019-04-09Bump psycopg requirement (#5032)Richard van der Hoff2-1/+4