@squirrel what is the error you are getting exactly? what is the value of
select max(version) from schema_migrations
on your DB ?
@saper 20171028221157
but db:migrate:status shows all of them up to the latest one as of 2.1.0 up
@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
@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
@squirrel sorry to be a pain but I'd rather have copied actual messages
@saper we already solved the issue, thank you
@saper we were trying to fix the wrong db. adding columns manually to db was the right solution, we just technically never did it