Another Vercel question, when/how am I supposed to...
# developers
j
Another Vercel question, when/how am I supposed to run
yarn workspace @calcom/prisma db-deploy
to migrate my database? (Workaround I found was putting
yarn workspace @calcom/prisma db-deploy &&
in front of the suggest build command - that initially migrated the database, and now makes sure the schema is up to date. But is that correct?)
p
ive seen some people check out their production db locally and run the command locally
not recommended, maybe someone knows a better way
j
Hm yeah I was wondering how to initially set it up because the Readme does not mention that at all. So made it a bit complicated for me to just get started.