@squirrel what is the error you are getting exactly? what is the value of
select max(version) from schema_migrations
on your DB ?
@saper the error is that rails says Follow and FollowRequest neither have :show_reblogs
while in the DB both follows and follow_requests tables have "show_reblogs" columns
@squirrel sorry to be a pain but I'd rather have copied actual messages
@saper we already solved the issue, thank you
@squirrel what did you do?
@saper we were trying to fix the wrong db. adding columns manually to db was the right solution, we just technically never did it
@saper trying to db:migrate:down 20171028221157 fails because show_reblogs doesn't exist
trying to db:migrate:up 20171028221157 returns nothing because show_reblogs already exists