Seeding db caused script error+issues
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
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