@squirrel @troubleMoney The tl;dr: of the problem right now is that the structure of the database and the structure that the instance is expecting in the database have fallen out of sync with each other; I'm trying to figure out how to get them to match up again
@noelle @squirrel @troubleMoney it is more complicated than just the migrates not working, sadly, I apparently did a thing v badly
@InspectorCaracal @squirrel for that commit it just added a column to two tables so you might be able to just add those manually
@troubleMoney @InspectorCaracal the tables are in the db. the tables are not in ruby
@squirrel @InspectorCaracal oh yeah, I mean go in to the database to do it manually
@troubleMoney @InspectorCaracal no i meant
the columns are already present in the db
ruby doesn't know they're there
@squirrel @InspectorCaracal oh! I thought the ruby thought they were there but they weren't in the db
@squirrel @troubleMoney restarting rails might fix it, gimme a minute
@troubleMoney @squirrel it didn't
@troubleMoney i don't know either
@InspectorCaracal ?