Exception when running migration 0007_allauth_20160808_1604 on fresh PostgreSQL
Table social_auth_usersocialauth does not exist when running migrations on fresh database. The migration tests this by attempt to select from the non-existing table. This marks the transaction as abort-only.
Current transaction is aborted, commands ignored until end of transaction block.