your right it says
PG::Error: ERROR: column “first_name” of relation “users” already exists
: ALTER TABLE “users” ADD COLUMN “first_name” character varying(255)
rake aborted!
An error has occurred, this and all later migrations canceled:
Im not sure what i did wrong everything seems to work well locally and i was just pushing the code to heroku. Should i be doing something else to the data on heroku?