Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 308 Bytes

doc.md

File metadata and controls

19 lines (16 loc) · 308 Bytes

push local db to remote using migrations

supabase db push

create a new migration based on the diff of the local and remote db

pnpm supabase db diff -f initial-schema

generate seed data

supabase db dump -f supabase/seed.sql --data-only

apply all migrations

supabase db reset