Postgres request throws ExecutionErr when trying to get value from field using enum.
Performing just a basic
SELECT status FROM conversion_history will throw this error:What could be causing this?
Running the same query from Datagrip for example works without any problems.