PGError: ERROR: column "trash" is of type boolean but expression is of type integer
USING postgres 9.1
Changed the schema.rb file trash to type integer fixed the problem