Learn-Build-Teach / learn-build-teach-discord-bot

53 stars 17 forks source link

Supabase schema clarification needed #76

Open nikfp opened 1 year ago

nikfp commented 1 year ago

I imagine that Supabase has a data schema that will need to be set up for local dev before the app will run correctly. Devs will need a way to bring their local db instance to parity with the production schema, which could be as simple as a .sql file that sets up tables and relationships.

Also any seed data required for the app to run should be addressed.