Closed Swiftyos closed 7 months ago
Migrations
Migrations
Do you think it's better to create a migrations file once before doing a dev -> main merge or add a migration every time the db is modified in dev?
Every time we merge into dev or we don’t have a way to have a consistent dev env
@ntindle can you have a look again and approve please
We don't need sqlalchemy for this, pushing a commit that does it with prisma
We don't need sqlalchemy for this, pushing a commit that does it with prisma
Thank you. I had been trying execute_raw
which didn't work so then switched to sqlalchemy.
Appreciate the fix 👍
AGPT-510