Is there a way to erase the database?
@spiderrobotpig `psql`
DROP DATABASE mastodon_production;
\q
@wxcafe That one isn't working. Maybe cos we're on Docker this time?
@spiderrobotpig ah idk how to connect to the postgres that's running in your docker
@spiderrobotpig bin/rake db:drop
@krainboltgreene That isn't working for us. We swapped to Docker so maybe thats the issue?
@spiderrobotpig You'd have to do it inside the docker container.
@spiderrobotpig Other people's suggestion work as well, but need to be done in SQL.
@krainboltgreene Dunno how and trying to figure it out is making us wanna cry so we'll just deal we guess tbh
@spiderrobotpig Hey, I didn't see this until just now. I'm sorry this isn't easier. When I get home in 30m we can work on any issues together. Would that work for you?
@krainboltgreene we got it up and going. Some stuff is still a little wonky, but we got it :3
@spiderrobotpig DROP ?