prisma db push doesnt update the database
im getting no output + theres nothing in the db
3 Replies
\dt
didnt find any relatiopns eitherHi @aa55h
Can you try the command
bunx prisma db push
?Hi! That would've worked if my tokens and other secrets weren't stored inside
.env.local
which doesnt seems like its loaded without using --bun
, I think this is a bun issue, because changing .env.local -> .env
and not using the --bun
flag resolved the issue