cfpb / idea-box

An application that lets an organization collect ideas, comment on them, and vote them up.
Creative Commons Zero v1.0 Universal
158 stars 49 forks source link

Postgres error #90

Open cmc333333 opened 9 years ago

cmc333333 commented 9 years ago

I'm using postgres and getting

operator does not exist: integer = text
LINE 7: ...        LEFT OUTER JOIN django_comments b ON a.id = b.object...

when I hit the /list/ page