nextjs-subscription-payments icon indicating copy to clipboard operation
nextjs-subscription-payments copied to clipboard

is the schema.sql automatically being import in vercel?

Open goldcoders opened this issue 4 years ago • 2 comments

I would like to know if when deploying in vercel and adding supabase integration will automatically migrate the schema.sql to my supabase account

I would want to automate the process in deploying a website database with supabase with vercel by abstracting it to the user,

If this is possible, then its awesome, i would migrate all my netlify sites to vercel for this reason :)

goldcoders avatar Oct 25 '21 00:10 goldcoders

Yes, the schema is automatically run via a Vercel deploy integration: https://vercel.com/docs/integrations

However, it is not automatically read from GitHub but rather we have an identifier for this application which then spins up the correct schema, so this is currently not generically available for any project.

Can you outline your intended workflow a little more?

thorwebdev avatar Nov 14 '21 04:11 thorwebdev

However, it is not automatically read from GitHub but rather we have an identifier for this application which then spins up the correct schema, so this is currently not generically available for any project.

Do I read this correctly that making changes to the schema.sql will make no impact on what tables get created on deploy? What's the best way to add new tables etc then? Any recommendation?

laky avatar Jun 26 '23 16:06 laky