I have an unusual problem. I have two Wasp apps on Railway and somehow, I've deployed the server component of the one app to the server container of the other app. Now, I have the wrong databases in Postgres on Railway. The user table is still correct. This is not a huge problem since there are no active users at the moment but I'm wondering how I can deploy the right database tables again.
Just deploying the server component as usual didn't work. The build goes through but the tables remain the same.