Postgres db doesn't migrate
ProjectId: afb8106b-a19e-46df-bab0-1649ea245aa6
everything was working fine until now. I'm using fastapi with alembic. Did some changes in models, created migrations, then ran those migrations from local cli like this:
looks like everything is working fine but it did not update the database in railway. In database I have this alembic version
2 Replies
Project ID:
afb8106b-a19e-46df-bab0-1649ea245aa6
nvm, downgraded the last migration, created PR with the same migration, just a different names/ids, used , now it works...